Skip to main content
A newer version of this page is available. .

LayoutViewOptionsView.ContentAlignment Property

Gets or sets whether cards are centered within the View, or aligned to its specific edge.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(ContentAlignment.MiddleCenter)]
[XtraSerializableProperty]
public virtual ContentAlignment ContentAlignment { get; set; }

Property Value

Type Default Description
ContentAlignment **MiddleCenter**

A System.Drawing.ContentAlignment value that specifies the alignment of cards.

Property Paths

You can access this nested property as listed below:

Object Type Path to ContentAlignment
LayoutView
.OptionsView.ContentAlignment

Remarks

See Layout View to learn more.

See Also