OptionsMinimizing.MaximumTextHeight Property
Gets or sets the maximum allowed height of elements in the accordion control’s minimized state.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that specifies the maximum allowed height of elements in the accordion control’s minimized state. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MaximumTextHeight |
---|---|
AccordionControl |
|
Remarks
By default, the height of an element in the collapsed accordion control is automatically calculated based on its content. Use the MaximumTextHeight property to limit the maximum allowed element height.
See Also