Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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.v25.1.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