Gets or sets the file type filter string.
Namespace: FirstFloor.Documents.Controls.CommandsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public string Filter { get; set; } |
| Visual Basic |
|---|
Public Property Filter As String Get Set |
| Visual C++ |
|---|
public: property String^ Filter { String^ get (); void set (String^ value); } |