Xceed DataGrid for Silverlight Documentation
CellEditorStyle Property
Example 


Gets or sets the style to be applied to the column's cell editors.
Syntax
'Declaration
 
Public Property CellEditorStyle As Style
'Usage
 
Dim instance As Column
Dim value As Style
 
instance.CellEditorStyle = value
 
value = instance.CellEditorStyle
public Style CellEditorStyle {get; set;}

Property Value

The Style to apply to the column's cell editors. Can be a null reference (Nothing in Visual Basic) if the fallback value is to be used.
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

Editing and Inserting Data

Cell Editors

Send Feedback