Skip to main content
All docs
V19.2
Tab

AppearanceSelectedStyle.VerticalAlign Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.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