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

ColumnBase.ActualAllowResizing Property

Gets whether an end-user can resize this column. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

Declaration

public bool ActualAllowResizing { get; }

Property Value

Type Description
Boolean

true if an end-user can resize this column; otherwise, false.

Remarks

If the column’s ColumnBase.AllowResizing property is set to ‘Default’, its behavior is controlled by the grid’s GridControl.AllowResizing property. In this instance, to determine whether an end-user can actually resize this column, use the ActualAllowResizing property.

See Also