Click or drag to resize

RibbonBarCheckbox Properties

The RibbonBarCheckbox type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Stores and retrieves value indicating whether checkbox is checked.
Public propertyCssClass
Gets or sets the additional CSS class name to apply.
Public propertyDisabled
Stores and retrieves the value indicating whether checkbox is disabled.
Public propertyHide
Stores and retrieves value indicating whether to hide checkbox.
Public propertyIcon
Stores and retrieves the predefined button icon. Icons wins over images!
Public propertyIconColor
Stores and retrieves the predefined button iconColor.
Public propertyImage
Stores and retrieves the predefined checkbox image.
Public propertyImagePath
Stores and retrieves the path to the checkbox image.
Public propertyIndependentRenderingInGroup
If set to true item should render self in group independently
(Inherited from RibbonBarItem.)
Public propertyModuleSystemName
Get and set required module to see this item
Public propertyOnClientClick
Stores and retrieves the 'onclick' action.
Public propertyRenderAs
Stores and retrieves the checkbox visual style.
Public propertySize
Stores and retrieves the size of the checkbox button (takes effect only when Style set to "RibbonbarItem.Style.Default").
Public propertyText
Stores and retrieves checkbox text.
Public propertyTitle
Public propertyVersion
Get and set minimum required version to use the button
Top
See Also