Xceed DataGrid for Silverlight Documentation
CellStyle Property (Row)


Gets or sets the style to apply to the row's cells.
Syntax
'Declaration
 
Public Property CellStyle As Style
'Usage
 
Dim instance As Row
Dim value As Style
 
instance.CellStyle = value
 
value = instance.CellStyle
public Style CellStyle {get; set;}

Property Value

The Style to apply to the row's cells.
Requirements

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

See Also

Reference

Row Class
Row Members
Column.CellStyle Property

Styles and Themes

Styles and Themes

Send Feedback