BCGControlBar Library for .NET
GridElementFillMode Enumeration




Specifies how a grid element is filled.
Syntax
'Declaration
 
Public Enum GridElementFillMode 
   Inherits System.Enum
'Usage
 
Dim instance As GridElementFillMode
public enum GridElementFillMode : System.Enum 
__value public enum GridElementFillMode : public System.Enum 
public enum class GridElementFillMode : public System.Enum 
Members
MemberDescription
AllFull element is filled.
ExcludeGridLinesFull element is filled except grid lines.
NoFillElement is not filled.
NotSetUndefined.
Inheritance Hierarchy

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

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