Back to Devexpress

VGridControlBase.LeftVisibleBand Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-15a6f82e.md

latest2.5 KB
Original Source

VGridControlBase.LeftVisibleBand Property

OBSOLETE

This property is obsolete.

Gets or sets the index of the leftmost visible band.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete.")]
public int LeftVisibleBand { get; set; }
vb
<Browsable(False)>
<Obsolete("This property is obsolete.")>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property LeftVisibleBand As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the zero-based index of the leftmost visible band.

|

Remarks

When a vertical grid control uses the bands view layout to represent data, one record (or a fraction of it) is displayed at a time. The rows are arranged in bands. There can be situations when not all bands fit into the control area. In this instance, you need to scroll bands to see the entire record’s content.

Use the LeftVisibleBand property to scroll bands in code. To scroll the grid by the specified number of bands use the VGridControlBase.HorzScroll method.

See Also

BandCount

HorzScroll(Int32)

LeftVisibleRecord

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace