Gets or sets the name of the file that contains the dictionary.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public virtual string FileName { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Overridable Property FileName As String
	Get
	Set

See Also