Gets or sets the name of the file that contains the dictionary.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[DescriptionAttribute("Gets or sets the name of the file that contains the dictionary.")] [DefaultValueAttribute("Custom.dct")] public override string FileName { get; set; } |
Visual Basic (Declaration) |
---|
<DescriptionAttribute("Gets or sets the name of the file that contains the dictionary.")> _ <DefaultValueAttribute("Custom.dct")> _ Public Overrides Property FileName As String Get Set |