Xceed DataGrid for Silverlight Documentation
ColumnManagerRowStyle Property


Gets or sets the style that will be applied to all column-manager rows in the grid.
Syntax
'Declaration
 
Public Property ColumnManagerRowStyle As Style
'Usage
 
Dim instance As DataGridControl
Dim value As Style
 
instance.ColumnManagerRowStyle = value
 
value = instance.ColumnManagerRowStyle
public Style ColumnManagerRowStyle {get; set;}

Property Value

The Style that will be applied to all column-manager rows (see ColumnManagerRow class) in the grid. The specified style must target the ColumnManagerRow type (see TargetType property of Style class) otherwise an exception will be thrown.
Remarks

If a style is explicitly provided via the ColumnManagerRowStyle property, it will override any implicit styles.

The ColumnManagerRowStyle property is for Blend usability. It is recommend to create an implicit style that targets ColumnManagerRow if a style that affects all the column-manager rows in a grid is needed.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback