Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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