GridColumnResizable Property |
Gets or sets a value indicating whether the column can be resized client-side.
You can use this property, by setting it to false, to disable resizing for a particular
column, while preserving this functionality for all the other columns.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual bool Resizable { get; set; }
Public Overridable Property Resizable As Boolean
Get
Set
public:
virtual property bool Resizable {
bool get ();
void set (bool value);
}
abstract Resizable : bool with get, set
override Resizable : bool with get, set
Property Value
Type:
BooleanSee Also