Version 24.2 (latest)

PropertyGridItem Class Properties

For a list of all members of this type, see PropertyGridItem members.

Public Properties
 NameDescription
Public PropertyChildrenReturns an enumerable of child PropertyGridPropertyItems contained within this item. (read-only)  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDescriptionReturns/sets the description displayed for this item in the description area.  
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayNameReturns/sets the name used when displaying this item in the control.  
Public PropertyHasChildrenReturns true if this item contains child PropertyGridPropertyItems, otherwise false.  
Public PropertyHideFromDisplayReturns/sets whether to force the item (and all its child items if they exist) to be hidden in the UI when it would otherwise be displayed. NOTE: This property has no effect on items that are hidden based on other criteria - e.g., items that are filtered out.  
Public PropertyIsExpandableReturns true if this item can be expanded/collapsed, otherwise returns false. (read only)  
Public PropertyIsExpandableResolvedIf this PropertyGridItem is a PropertyGridCategoryItem this property returns the same value as the IsExpandable property. (read only) If this PropertyGridItem is a PropertyGridPropertyItem this property returns true if IsExpandable is true and the current property value is non-null, otherwise it returns false. (read only)  
Public PropertyIsExpandedReturns/sets whether the item is expanded.  
Public PropertyIsFilteredOutReturns true if the item is currently filtered out of the display, otherwise returns false. (read-only)  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsSelectedReturns/sets whether this item is selected.  
Public PropertyNestingLevelReturns the nesting level of the item. PropertyGridCategoryItems are always at level 0 while the nesting level for PropertyGridPropertyItems is 1 or greater if XamPropertyGrid.IsCategorized is true, 0 or greater otherwise. (read-only)  
Public PropertyPropertyGridReturns the XamPropertyGrid associated with this item. (read-only)  
Public PropertySortOrderReturns the sort order of this property. (read only)  
Protected Properties
 NameDescription
Protected PropertyIsHiddenReturns true if the item should be hidden.  
See Also