Back to Devexpress

LayoutViewField.Control Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-06f4826e.md

latest1.4 KB
Original Source

LayoutViewField.Control 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 Control Control { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Control As Control

Property Value

Type
Control

See Also

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace