BCGControlBar Library for .NET
LeftMarginArea Property




Gets the bounding rectangle of left margin area (row headers).
Syntax
'Declaration
 
Public ReadOnly Property LeftMarginArea As Rectangle
'Usage
 
Dim instance As GridControl
Dim value As Rectangle
 
value = instance.LeftMarginArea
public Rectangle LeftMarginArea {get;}
public: __property Rectangle get_LeftMarginArea();
public:
property Rectangle LeftMarginArea {
   Rectangle get();
}
Remarks
This rectangle should be ignored if ShowMargin is false.
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