Skip to main content

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.v23.2.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