NDoc 1.3.1 SDK

FilenameEditor.FileDialogFilterAttribute.Filter Property

The filter to use in the file dialog in UIFilenameEditor.

[Visual Basic]
Public Property ReadOnly Filter As String
[C#]
public string Filter { get; }
[C++]
public: __property String* get_Filter();
[JScript]
public function get Filter() : String

Property Value

Remarks

The following is an example of a filter string: "Text files (*.txt)|*.txt|All files (*.*)|*.*"

See Also

FilenameEditor.FileDialogFilterAttribute Class | NDoc.Core.PropertyGridUI Namespace