'Declaration Public Property DefaultStyle As StyleInfo
'Usage Dim instance As ColumnHeader Dim value As StyleInfo instance.DefaultStyle = value value = instance.DefaultStyle
public StyleInfo DefaultStyle {get; set;}
'Declaration Public Property DefaultStyle As StyleInfo
'Usage Dim instance As ColumnHeader Dim value As StyleInfo instance.DefaultStyle = value value = instance.DefaultStyle
public StyleInfo DefaultStyle {get; set;}
This example sets the background color to red, and then applies that style to the column header, which sets all the column headers to a red background.
ColumnHeader Class
ColumnHeader Members
StyleInfo Class
DefaultStyleName Property