Xceed DataGrid for Silverlight Documentation
CellContentStyle Property
Example 


Gets or sets the style that will be used to display the cells' content.
Syntax
'Declaration
 
Public Property CellContentStyle As Style
'Usage
 
Dim instance As Column
Dim value As Style
 
instance.CellContentStyle = value
 
value = instance.CellContentStyle
public Style CellContentStyle {get; set;}

Property Value

The Style that will be used to display the cells' content.
Example
<Style TargetType="FrameworkElement">
  <Style.Setters>
     <Setter Property="Opacity"
             Value="0.4"/>
  </Style.Setters>
</Style>
Requirements

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

See Also

Reference

Column Class
Column Members

Send Feedback