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

ColumnBase.AllowResizing Property

Gets or sets whether users can resize this column. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "OnLayoutPropertyChanged")]
public bool AllowResizing { get; set; }

Property Value

Type Description
Boolean

true, to allow users to resize the grid column; otherwise false.

See Also