Edit

Share via


DataGridColumn.CanUserResize Property

Definition

Gets or sets a value indicating whether the user can adjust the column width using the mouse.

public bool CanUserResize { get; set; }
member this.CanUserResize : bool with get, set
Public Property CanUserResize As Boolean

Property Value

True if the user can resize the column; false if the user cannot resize the column. The default is the current CanUserResizeColumns property value.

Applies to