ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridMultiLineDateTimeItem Class / InputBackground Property

In This Topic
    InputBackground Property (DataGridMultiLineDateTimeItem)
    In This Topic
    Gets or sets the System.Windows.Media.Brush that fills the background of the input control.
    Syntax
    'Declaration
     
    
    Public Property InputBackground As Brush
    public Brush InputBackground {get; set;}
    See Also