Skip to main content
All docs
V24.2

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

SimpleLabelAutoSizeMode Enum

Enumerates values that specify whether a SimpleLabelItem‘s maximum width, height, or both are calculated automatically based on the item’s content.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum SimpleLabelAutoSizeMode

#Members

Name Description
Default

The mode is not specified explicitly. Enables the Vertical mode.

None

The item’s maximum width and height are not calculated automatically based on the item’s content. The maximum width and height are not limited.

Horizontal

The item’s maximum width is calculated automatically based on the item’s content.

Vertical

The item’s maximum height is calculated automatically based on the item’s content.

Both

The item’s maximum width and height are calculated automatically based on the item’s content.

#Related API Members

The following properties accept/return SimpleLabelAutoSizeMode values:

See Also