Path to folder with custom dialogs.
Note if a dialog not found in this folder then control will use embedded dialogs.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("~/Dialogs")] [DescriptionAttribute("Path to folder with custom dialogs. Note if a dialog not found in this folder then control will use embedded dialogs.")] [C1CategoryAttribute("Dialogs")] public string DialogsPath { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("~/Dialogs")> _ <DescriptionAttribute("Path to folder with custom dialogs. Note if a dialog not found in this folder then control will use embedded dialogs.")> _ <C1CategoryAttribute("Dialogs")> _ Public Property DialogsPath As String Get Set |