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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 |
|
Remarks
See Layout View to learn more.
See Also