ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / CellEditingContentStyle Property

In This Topic
    CellEditingContentStyle Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the style applied to the content of a cell in edit mode.
    Syntax
    'Declaration
     
    
    Public Property CellEditingContentStyle As Style
    public Style CellEditingContentStyle {get; set;}
    Remarks
    The TargetType of this style must be the type of the object returned in GetCellEditingContent method.
    See Also