ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridFilter Class / InnerControl Property

In This Topic
    InnerControl Property (DataGridFilter)
    In This Topic
    Gets or sets the inner filter control.
    Syntax
    'Declaration
     
    
    Public Property InnerControl As IDataGridFilter
    public IDataGridFilter InnerControl {get; set;}

    Property Value

    The control used to create and set the filter, it must implement the IDataGridFilter and inherit from Control class.
    See Also