ComponentOne DataGrid for WPF and Silverlight
InnerControl Property (DataGridFilter)

C1.WPF.DataGrid Namespace > DataGridFilter Class : InnerControl Property
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

Reference

DataGridFilter Class
DataGridFilter Members