Filename what will be used for saving data when C1WebSchedule in not bounded to the data base.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BindableAttribute(false)]
[C1CategoryAttribute("Data")]
[DefaultValueAttribute("~/C1WebScheduleData.xml")]
public string DataFilePath { get; set; }
Visual Basic
<BindableAttribute(False)> _
<C1CategoryAttribute("Data")> _
<DefaultValueAttribute("~/C1WebScheduleData.xml")> _
Public Property DataFilePath As String
	Get
	Set

See Also