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


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > DetailGrid 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 Overridable Sub ApplyStyleSheet( _
   ByVal styleSheet As StyleSheet _
) 
'Usage
 
Dim instance As DetailGrid
Dim styleSheet As StyleSheet
 
instance.ApplyStyleSheet(styleSheet)
public virtual 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

DetailGrid Class
DetailGrid Members