ASPxClientRibbonMinimizationStateEventArgs.ribbonState Property
In This Article
Returns the value indicating the new ribbon state.
#Declaration
TypeScript
ribbonState: number
#Property Value
Type | Description |
---|---|
number | The integer value indicating the ribbon minimization state. |
#Remarks
Use the ribbonState property to determine the new ribbon minimization state. The available states are specified in the ASPxClientRibbonState class fields.
See Also