Click or drag to resize
SubItem Class
Sub-navigation item
Inheritance Hierarchy

Namespace: CMS.UIControls.UniMenuConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public class SubItem : NavigationItem

The SubItem type exposes the following members.

Constructors
  NameDescription
Public methodSubItem
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyControlPath
Menu control path. If path is defined other properties are ignored.
Public propertyCssClass
CSS class of the item.
(Inherited from NavigationItem.)
Public propertyHtmlAttributes
Collection of custom HTML attributes.
Public propertyImageAltText
The image alternate text.
Public propertyImagePath
The image path.
Public propertyOnClientClick
The JavaScript executed on client click event.
(Inherited from NavigationItem.)
Public propertyRedirectUrl
The URL for redirection.
(Inherited from NavigationItem.)
Public propertyRightImageAltText
The right image alternate text.
Public propertyRightImageIconClass
The right image icon class.
Public propertyRightImagePath
The right image path.
Public propertyText
Specifies the the caption of the item. Sample value: "Caption string" (Has higher priority than the resource string.)
(Inherited from NavigationItem.)
Public propertyTooltip
Specifies the the tooltip of the item (string.empty: empty, null: usually copies caption or custom string). (Has higher priority than the tooltip resource string.)
(Inherited from NavigationItem.)
Top
See Also