Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > DataGridControl Class : ColumnManagerCellStyle Property |
'Declaration Public Property ColumnManagerCellStyle As Style
'Usage Dim instance As DataGridControl Dim value As Style instance.ColumnManagerCellStyle = value value = instance.ColumnManagerCellStyle
public Style ColumnManagerCellStyle {get; set;}
If a style is explicitly provided via the ColumnManagerCellStyle property, it will override any implicit styles.
The ColumnManagerCellStyle property is for Blend usability. It is recommend to create an implicit style that targets ColumnManagerCell if a style that affects all the column-manager cells in a grid is needed.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family