ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Ria Namespace / DataGridRiaNumericFilter Class / InputForeground Property

In This Topic
    InputForeground Property (DataGridRiaNumericFilter)
    In This Topic
    Gets or sets the System.Windows.Media.Brush applied to the text inside an input control when this text is not selected.
    Syntax
    'Declaration
     
    
    Public Property InputForeground As Brush
    public Brush InputForeground {get; set;}
    See Also