Gets or sets a value that indicates how to resize columns.
Syntax
'Declaration
Public Property ResizeColumnsWithContext As Boolean
'Usage
Dim instance As GridControl
Dim value As Boolean
instance.ResizeColumnsWithContext = value
value = instance.ResizeColumnsWithContext
public bool ResizeColumnsWithContext {get; set;}
public: __property bool get_ResizeColumnsWithContext();
public: __property void set_ResizeColumnsWithContext(
bool value
);
public:
property bool ResizeColumnsWithContext {
bool get();
void set ( bool value);
}
Requirements
When this property is true columns are resized immediately. Otherwise an inverted drag line is displayed during resize operation and columns are resized when the left mouse button is released.
See Also