Back to Devexpress

LayoutViewField.ControlAlignment Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-552cf309.md

latest1.4 KB
Original Source

LayoutViewField.ControlAlignment Property

This member is not supported by the LayoutViewField class.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ContentAlignment ControlAlignment { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property ControlAlignment As ContentAlignment

Property Value

Type
ContentAlignment

See Also

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace