Skip to content

Interface: ISectionHeaderButtonProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getEnabled

getEnabled(): boolean

Returns: boolean

returns true if the SectionHeaderButtonItem is enabled otherwise false.


setEnabled

setEnabled(isEnabled: boolean): any

Parameters:

Name Type Description
isEnabled boolean true enables and false disables.

Returns: any