Back to Devexpress

VGridControlBase.BandMinWidth Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-b2c267ec.md

latest1.7 KB
Original Source

VGridControlBase.BandMinWidth Property

Gets the minimum allowed width of bands.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual int BandMinWidth { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property BandMinWidth As Integer

Property Value

TypeDescription
Int32

An integer value which specifies the minimum allowed width of bands, in pixels.

|

Remarks

The BandMinWidth property specifies the minimum width that bands can be reduced to.

See Also

BandWidth

Resizing Rows and Records

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace