MediaDefinitionEditor.Filter Property

Gets the file name filter string for the editor. This string is used to determine the items that appear in the file list of the dialog box.

Namespace:  System.Web.UI.Design.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property Filter As String
    Get
'Usage
Dim value As String

value = Me.Filter
protected override string Filter { get; }

Property Value

Type: System.String
The filter string that can be used to filter the file list of the dialog box.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaDefinitionEditor Class

MediaDefinitionEditor Members

System.Web.UI.Design.SilverlightControls Namespace