Version

PropertyGridStates Enumeration

Represents the different states of the XamPropertyGrid control. Used to evaluate whether a specific command can be executed.
Syntax
'Declaration
 
Public Enum PropertyGridStates 
   Inherits System.Enum
public enum PropertyGridStates : System.Enum 
Members
MemberDescription
AllAll the available states
FilterAreaIsVisibleThe filter area is visible.
HasDisplayableItemsThere are items to display.
HasSelectedItemThere is an item selected in the property grid.
SelectedItemIsCategoryThe selected item is a category item.
SelectedItemIsCollapsedThe selected item is expandable.
SelectedItemIsExpandableThe selected item is expandable.
SelectedItemIsExpandedThe selected item is expanded.
SelectedItemIsNotExpandableThe selected item is not expandable.
SelectedItemIsPropertyThe selected item is a property item.
SelectedPropertyIsDirectlyEditableThe selected property is a directly editable property.
SelectedPropertyIsInEditModeThe selected property is in edit mode.
SelectedPropertyIsNotInEditModeThe selected property is not in edit mode.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also