BCGControlBar Library for .NET
GridFillExtraSpaceMode Enumeration




Specifies how extra space in Grid control is filled.
Syntax
'Declaration
 
Public Enum GridFillExtraSpaceMode 
   Inherits System.Enum
'Usage
 
Dim instance As GridFillExtraSpaceMode
public enum GridFillExtraSpaceMode : System.Enum 
__value public enum GridFillExtraSpaceMode : public System.Enum 
public enum class GridFillExtraSpaceMode : public System.Enum 
Members
MemberDescription
AllGrid area and header area.
GridAreaGrid area only.
HeadersColumn header and left margin (row header) area.
NoneNo fill.
Remarks
Sometimes Grid data may take less space than occupied by the Grid control. This enumerator specifies how the empty space looks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.GridFillExtraSpaceMode

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

BCGSoft.Controls.Grid Namespace

Send Feedback