Back to Devexpress

LayoutViewField.ControlMinSize Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewfield-ba10890e.md

latest1.4 KB
Original Source

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

Property Value

Type
Size

See Also

LayoutViewField Class

LayoutViewField Members

DevExpress.XtraGrid.Views.Layout Namespace