MindFusion.Wpf Pack Programmer's Guide
PropertyGrid.ShowReadOnlyProperties Property
See Also
 





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

 Syntax

C#  Copy Code

public bool ShowReadOnlyProperties { get; set; }

Visual Basic  Copy Code

Public Property ShowReadOnlyProperties As Boolean

 Property Value

A boolean value. The default is true.

 See Also

PropertyGrid Members
PropertyGrid Class
MindFusion.UI.Wpf Namespace