Skip to main content

BandedGridView.IsSizingState Property

Gets a value indicating whether a View element is currently being resized.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public override bool IsSizingState { get; }

Property Value

Type Description
Boolean

true if a View element is being resized; otherwise, false.

Remarks

The following resizing operations may be available to end-users:

If an operation from the above list is currently being performed, the IsSizingState property returns true.

See Also