GridExpandColumnReorderable Property |
Gets a Boolean value, indicating whether the GridExpandColumn is reorderable.
This value is always false, due to the specificity of the column, which should always
be positioned first.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override bool Reorderable { get; set; }
Public Overrides Property Reorderable As Boolean
Get
Set
public:
virtual property bool Reorderable {
bool get () override;
void set (bool value) override;
}
abstract Reorderable : bool with get, set
override Reorderable : bool with get, set
Property Value
Type:
Boolean
See Also