Back to Devexpress

TreeMapCustomItem Properties

windowsforms-devexpress-dot-xtratreemap-dot-treemapcustomitem-dot-underscore-properties.md

latest1.9 KB
Original Source

TreeMapCustomItem Properties

A styleable tree map item.

NameDescription
ChildrenReturns the collection of child tree map items of the current item. Inherited from TreeMapItem.
GroupStyleReturns the style that will be applied to the item if it is a group.
IsGroupReturns the value that indicates whether the item is a group. Inherited from TreeMapItem.
LabelGets or sets the tree map item label. Inherited from TreeMapItem.
LeafStyleReturns the style that will be applied to the item if it is a leaf.
TagGets or sets the object containing data related to a tree map item. Inherited from TreeMapItem.
TypeNameSerializableReturns the string value that helps the DevExpress Serializer serialize the specific tree map item type. Inherited from TreeMapItem.
ValueGets or sets the tree map item value. Inherited from TreeMapItem.

See Also

TreeMapCustomItem Class

TreeMapCustomItem Members

DevExpress.XtraTreeMap Namespace