Class BoolMembers
Represents the BoolMembers class
Inheritance
System.Object
BoolMembers
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class BoolMembers : Object
Constructors
BoolMembers()
Declaration
public BoolMembers()
Properties
DispalyName
Represent the DispalyName property
Declaration
public string DispalyName { get; set; }
Property Value
Type |
---|
System.String |
Value
Represents the Value Porperty
Declaration
public Nullable<bool> Value { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |