Gets or sets the filter that will be applied to the OpenFileDialog.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public string Filter { get; set; }
Visual Basic
Public Property Filter As String
	Get
	Set

See Also