Click or drag to resize
GridExpandColumnResizable Property
Gets a Boolean value, indicating whether the GridExpandColumn is resizable. This value is always false, due to the specificity of the column, which should always be positioned first.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override bool Resizable { get; set; }

Property Value

Type: Boolean
See Also