BCGControlBar Library for .NET
MinMarginWidth Property




Sets or gets minimal left margin (row headers) width.
Syntax
'Declaration
 
Public Property MinMarginWidth As Integer
'Usage
 
Dim instance As GridControl
Dim value As Integer
 
instance.MinMarginWidth = value
 
value = instance.MinMarginWidth
public int MinMarginWidth {get; set;}
public: __property int get_MinMarginWidth();
public: __property void set_MinMarginWidth( 
   int value
);
public:
property int MinMarginWidth {
   int get();
   void set (    int value);
}
Remarks
If ShowRowNumbers is set to false this property is ignored. If ShowRowNumbers is true, then the width of left margin is calculated as maximum between width of text representing row number and MinMarginWidth.
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