Gets or sets the filter.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public IFilter Filter { get; set; } |
Visual Basic |
---|
Public Property Filter As IFilter Get Set |
Visual C++ |
---|
public: property IFilter^ Filter { IFilter^ get (); void set (IFilter^ value); } |
F# |
---|
member Filter : IFilter with get, set |
Property Value
Type: IFilterThe filter.