Click or drag to resize
KaxSchedulerProviderName Property
Gets or sets the name of the current appointment provider used by KaxScheduler. The provider must be defined in the KaxScheduler section of web.config.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string ProviderName { get; set; }

Property Value

Type: String
The name of the current appointment provider used by KaxScheduler as defined in web.config.
See Also