| GridColumnReorderable Property  | 
          
        
        
        
            Gets or sets a value indicating whether the column can be reordered client-side.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual bool Reorderable { get; set; }Public Overridable Property Reorderable As Boolean
	Get
	Set
public:
virtual property bool Reorderable {
	bool get ();
	void set (bool value);
}abstract Reorderable : bool with get, set
override Reorderable : bool with get, set
Property Value
Type: 
Boolean
See Also