BCGControlBar Library for .NET
EnableSetDefaultColumnWidthOnDoubleClick Property




Gets or sets the value that defines Grid behavior when the user double clicks a delimiter between columns.
Syntax
'Declaration
 
Public Property EnableSetDefaultColumnWidthOnDoubleClick As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.EnableSetDefaultColumnWidthOnDoubleClick = value
 
value = instance.EnableSetDefaultColumnWidthOnDoubleClick
public bool EnableSetDefaultColumnWidthOnDoubleClick {get; set;}
public: __property bool get_EnableSetDefaultColumnWidthOnDoubleClick();
public: __property void set_EnableSetDefaultColumnWidthOnDoubleClick( 
   bool value
);
public:
property bool EnableSetDefaultColumnWidthOnDoubleClick {
   bool get();
   void set (    bool value);
}
Remarks
If true, columns are resized to default width when double clicked on separator.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback