Class BaseControlItem
Base class with properties and methods common to all control items like TreeViewItem, ListViewItem and ListControlItem.
public class BaseControlItem : BaseObject, IBaseControlItem, IBaseObject
- Inheritance
-
BaseControlItem
- Implements
- Derived
Properties
- CustomAttr
Gets custom attributes provider associated with the item. You can store any custom data here.
- CustomFlags
Gets custom flags provider associated with the item. You can store any custom data here.
- FlagsAndAttributes
Gets custom flags and attributes provider associated with the item. You can store any custom data here.
- Tag
Gets or sets the object that contains data about the item.
- UniqueId
Gets unique id of this object.