The C1MenuItemHeader type exposes the following members.

Properties

  NameDescription
Public propertyChildren
Gets the list of child UIElements contained in this UIElement.
(Inherited from UIElement.)
Public propertyClientID
Gets associated ClientID.
(Inherited from UIElement.)
Protected propertyClientType
Gets client type of C1MenuItemHeader
(Overrides C1MenuItemBase..::..ClientType.)
Public propertyDisabledImageUrl
Url path to image that will be displayed for the disabled item.
(Inherited from C1MenuItemBase.)
Public propertyDisplayVisible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Inherited from C1MenuItemBase.)
Public propertyFirstSibling
Gets the first sibling item.
(Inherited from C1MenuItemBase.)
Public propertyGroup
Gets or sets whether child Items will be grouped within this item.
(Overrides C1MenuItemBase..::..Group.)
Public propertyHasChildren
Gets a value that indicates the UIElement has a non-empty Children()()()() collection.
(Inherited from UIElement.)
Public propertyHeader
Gets or sets whether the item is header and will be used as group title. This means what heading tags h1?h6 will be used to render text inside item.
(Overrides C1MenuItemBase..::..Header.)
Public propertyHeaderType
Gets or sets whether the item is header and will be used as group title. This means what heading tags h1?h6 will be used to render text inside item.
Public propertyID
Gets the ID of the DOM element.
(Inherited from UIElement.)
Public propertyImagePosition
Gets or sets which side, left or right, the image will be rendered from the menu item.
(Inherited from C1MenuItemBase.)
Public propertyImageUrl
Gets or sets the path to an image to display for the item. Default value is empty string.
(Inherited from C1MenuItemBase.)
Public propertyIndex
index of the menuitem.
(Inherited from C1MenuItemBase.)
Public propertyIsInitialized
Gets a value indicating whether this instance is initialized.
(Inherited from UIElement.)
Public propertyIsUpdating
Gets a value indicating whether this instance is updating.
(Inherited from UIElement.)
Public propertyLastSibling
Gets the last sibling item.
(Inherited from C1MenuItemBase.)
Public propertyLevel
Gets zero-based Level of the current sub menu.
(Inherited from C1MenuItemBase.)
Public propertyMenu
Returns the instance of the top level menu.
(Inherited from C1MenuItemBase.)
Public propertyNextSibling
Gets the next sibling item.
(Inherited from C1MenuItemBase.)
Public propertyOffsetSize
Gets Offset size of the DOM element(offsetWidth and offsetHeight).
(Inherited from UIElement.)
Public propertyOwner
Owner of C1menuitem
(Inherited from C1MenuItemBase.)
Public propertyParent
Gets the UIElement's parent, or null if this is the root element.
(Inherited from UIElement.)
Public propertyPrevSibling
Gets the previous sibling item.
(Inherited from C1MenuItemBase.)
Public propertyPropertiesState
Hash object what contains values of the properties.
(Inherited from UIElement.)
Public propertySeparator
Gets or sets whether the item is separator. If item is separator then this item automatically becomes unfocusable. For example, keyboard navigation will skip items marked as separator.
(Overrides C1MenuItemBase..::..Separator.)
Public propertyText
Gets or sets the text caption for the menu item.
(Inherited from C1MenuItemBase.)
Public propertyValue
Gets or sets the value for the menu item.
(Inherited from C1MenuItemBase.)
Public propertyVisible
Gets or sets visibility state of the element.
(Inherited from UIElement.)

See Also