Xceed Grid for WinForms v4.3 Documentation
Apply(GridElement) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > VisualGridElementStyle Class > Apply Method : Apply(GridElement) Method
The GridElement to which to apply the style
Applies the style to the specified grid element.
Syntax
'Declaration
 
Public Overloads Overrides Sub Apply( _

   ByVal element As GridElement _

) 
'Usage
 
Dim instance As VisualGridElementStyle

Dim element As GridElement

 

instance.Apply(element)
public override void Apply( 

   GridElement element

)

Parameters

element
The GridElement 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

Reference

VisualGridElementStyle Class
VisualGridElementStyle Members
Overload List
Base Implementation in Apply(GridElement)