Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace > Column Class : CellEditorStyle Property |
'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;}
<Style TargetType="FrameworkElement"> <Style.Setters> <Setter Property="Opacity" Value="0.4"/> </Style.Setters> </Style>
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family