'Declaration Public Enum PropertyGridStates Inherits System.Enum
public enum PropertyGridStates : System.Enum
Member | Description |
---|---|
All | All the available states |
FilterAreaIsVisible | The filter area is visible. |
HasDisplayableItems | There are items to display. |
HasSelectedItem | There is an item selected in the property grid. |
SelectedItemIsCategory | The selected item is a category item. |
SelectedItemIsCollapsed | The selected item is expandable. |
SelectedItemIsExpandable | The selected item is expandable. |
SelectedItemIsExpanded | The selected item is expanded. |
SelectedItemIsNotExpandable | The selected item is not expandable. |
SelectedItemIsProperty | The selected item is a property item. |
SelectedPropertyIsDirectlyEditable | The selected property is a directly editable property. |
SelectedPropertyIsInEditMode | The selected property is in edit mode. |
SelectedPropertyIsNotInEditMode | The selected property is not in edit mode. |
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