VGridControlBase.LeftVisibleBand Property
OBSOLETE
This property is obsolete.
Gets or sets the index of the leftmost visible band.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete.")]
public int LeftVisibleBand { get; set; }
Property Value
Type | Description |
---|---|
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.