Skip to main content
All docs
V26.1
  • Locations Enum

    Lists values that specify caption location.

    Namespace: DevExpress.Persistent.Base

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public enum Locations

    Members

    Name Blazor WinForms
    Default

    The caption is located on the left.

    The caption is located on the left.

    Left

    The caption is located on the left.

    The caption is located on the left.

    Right

    The caption is located on the left.

    The caption is located on the right.

    Top

    The caption is located at the top.

    The caption is located at the top.

    Bottom

    The caption is located at the top.

    The caption is located at the bottom.

    See Also