Xceed Grid for WinForms v4.3 Documentation
ApplyStyleSheet Method (GridControl)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : ApplyStyleSheet Method
A reference to the StyleSheet that will be applied to the grid.
Applies the specified stylesheet to the grid.
Syntax
'Declaration
 
Public Sub ApplyStyleSheet( _
   ByVal styleSheet As StyleSheet _
) 
'Usage
 
Dim instance As GridControl
Dim styleSheet As StyleSheet
 
instance.ApplyStyleSheet(styleSheet)
public void ApplyStyleSheet( 
   StyleSheet styleSheet
)

Parameters

styleSheet
A reference to the StyleSheet that will be applied to the grid.
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