Skip to main content
All docs
V26.1
  • TitleSettings.VerticalAlignment Property

    Specifies a title’s vertical position.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.1.dll

    Declaration

    [DefaultValue(VerticalAlign.NotSet)]
    public VerticalAlign VerticalAlignment { get; set; }

    Property Value

    Type Default Description
    VerticalAlign NotSet

    A VerticalAlign enumeration’s value (except for Middle) that specifies the title’s vertical alignment.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to VerticalAlignment
    BootstrapWebClientUIWidgetEx
    .TitleSettings .VerticalAlignment

    Remarks

    Note

    The Middle enumeration value cannot be set as the VerticalAlignment property’s value.

    To specify the title’s horizontal alignment, use the HorizontalAlignment property.

    See Also