Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / StatelessVisualGridElementStyle Class / Apply Method / Apply(GridControl) Method
A reference to a GridControl object representing the grid to which to apply the style.


In This Topic
    Apply(GridControl) Method
    In This Topic
    Applies the style to the specified grid.
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Apply( _
       ByVal grid As GridControl _
    ) 
    'Usage
     
    Dim instance As StatelessVisualGridElementStyle
    Dim grid As GridControl
     
    instance.Apply(grid)
    public override void Apply( 
       GridControl grid
    )

    Parameters

    grid
    A reference to a GridControl object representing the grid to which to apply the style.
    Remarks
    When overriding Apply, the base implementation must be called before your own.
    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