Gets or sets a bool value indicating whether allows set the size.
Declaration
public bool AllowResize { get; set; }
Public Property AllowResize As Boolean
Property Value
Type |
Description |
bool |
true if the Column allow user set the size; Otherwise,false.
|