Interface: ISectionHeaderButtonProxy¶
A designer-facing interface that provides access to a section header button item
It is passed to rules to provide access to a section header button item for application specific customizations.
Hierarchy¶
-
ISectionHeaderButtonProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getEnabled¶
▸ getEnabled(): boolean
Returns the enabled property value of the SectionHeaderButtonItem.
Returns: boolean
returns true if the SectionHeaderButtonItem is enabled otherwise false.
setEnabled¶
▸ setEnabled(isEnabled
: boolean): any
Sets the SectionHeaderItem's enabled state with redraw.
Parameters:
Name | Type | Description |
---|---|---|
isEnabled |
boolean | true enables and false disables. |
Returns: any