'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.