Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

AppearanceSelectedStyle.VerticalAlign Property

Gets or sets the vertical alignment of the contents within its container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override VerticalAlign VerticalAlign { get; set; }

Property Value

Type Description
VerticalAlign

One of the VerticalAlign enumeration values.

Remarks

This property is overridden in order to hide it in the Property Grid.

See Also