BCGControlBar Library for .NET
FillExtraSpaceMode Property




Specifies how to fill grid's background.
Syntax
'Declaration
 
Public Property FillExtraSpaceMode As GridFillExtraSpaceMode
'Usage
 
Dim instance As GridControl
Dim value As GridFillExtraSpaceMode
 
instance.FillExtraSpaceMode = value
 
value = instance.FillExtraSpaceMode
public GridFillExtraSpaceMode FillExtraSpaceMode {get; set;}
public: __property GridFillExtraSpaceMode get_FillExtraSpaceMode();
public: __property void set_FillExtraSpaceMode( 
   GridFillExtraSpaceMode value
);
public:
property GridFillExtraSpaceMode FillExtraSpaceMode {
   GridFillExtraSpaceMode get();
   void set (    GridFillExtraSpaceMode value);
}
Remarks
Extra space is the space not taken by header, left margin and grid data. The "extra" space is visible when columns and/or rows do not fill the entire Grid control area.
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