The C1MenuItemBase type exposes the following members.

Properties

  NameDescription
Children
Gets the list of child UIElements contained in this UIElement.
(Inherited from UIElement.)
ClientID
Gets associated ClientID.
(Inherited from UIElement.)
DisabledImageUrl
Url path to image that will be displayed for the disabled item.
HasChildren
Gets a value that indicates the UIElement has a non-empty Children()()() collection.
(Inherited from UIElement.)
ID
Gets the ID of the DOM element.
(Inherited from UIElement.)
ImagePosition
Gets or sets which side, left or right, the image will be rendered from the menu item.
ImageUrl
Gets or sets the path to an image to display for the item. Default value is empty string.
Index (Inherited from C1Item.)
IsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from UIElement.)
IsUpdating
Gets a value indicating whether this instance is updating.
(Inherited from UIElement.)
Items (Inherited from C1Item.)
OffsetSize
Gets Offset size of the DOM element(offsetWidth and offsetHeight).
(Inherited from UIElement.)
Owner (Inherited from C1Item.)
Parent
Gets the UIElement's parent, or null if this is the root element.
(Inherited from UIElement.)
PropertiesState
Hash object what contains values of the properties.
(Inherited from UIElement.)
Text
Gets or sets the text caption for the menu item.
Visible
Gets or sets visibility state of the element.
(Inherited from UIElement.)

See Also