Gets or sets a value indicating whether to display read-only properties. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowReadOnlyProperties { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowReadOnlyProperties As Boolean |
A boolean value. The default is true.
See Also