Skip to main content
A newer version of this page is available. .

BandedGridView.IsSizingState Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

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