Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
public int MaximumTextHeight { get; set; }

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
.OptionsMinimizing .MaximumTextHeight

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