Xceed DataGrid for Silverlight Documentation
FilterCellStyle Property (Column)


Gets or sets the style that will be applied to any and all filter cells associated with the column.
Syntax
'Declaration
 
Public Property FilterCellStyle As Style
'Usage
 
Dim instance As Column
Dim value As Style
 
instance.FilterCellStyle = value
 
value = instance.FilterCellStyle
public Style FilterCellStyle {get; set;}

Property Value

The Style that will be applied to any and all filter cells (see FilterCell class) associated with the column. The specified style must target the FilterCell type (see TargetType property of Style class) otherwise an exception will be thrown.
Remarks
If a style is explicitly provided via the FilterCellStyle property, it will override any implicit styles.
Requirements

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

See Also

Reference

Column Class
Column Members

Send Feedback