Back to Devexpress

LayoutViewOptionsView.ContentAlignment Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-2b55c2f5.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ContentAlignment.MiddleCenter)]
[XtraSerializableProperty]
public virtual ContentAlignment ContentAlignment { get; set; }
vb
<DefaultValue(ContentAlignment.MiddleCenter)>
<XtraSerializableProperty>
Public Overridable Property ContentAlignment As ContentAlignment

Property Value

TypeDefaultDescription
ContentAlignmentMiddleCenter

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ContentAlignment
LayoutView

.OptionsView .ContentAlignment

|

Remarks

See Layout View to learn more.

See Also

CardsAlignment

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace