LayoutViewOptionsView.CardsAlignment Property
Gets or sets whether the top, center or bottom of cards are aligned when they have different heights.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[DefaultValue(CardsAlignment.Center)]
[XtraSerializableProperty]
public virtual CardsAlignment CardsAlignment { get; set; }
<DefaultValue(CardsAlignment.Center)>
<XtraSerializableProperty>
Public Overridable Property CardsAlignment As CardsAlignment
Property Value
Type | Default | Description |
---|---|---|
CardsAlignment | Center |
A CardsAlignment value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CardsAlignment |
---|---|
LayoutView |
|
See Also
Feedback