Click or drag to resize
KaxSchedulerDataDescriptionField Property
Gets or sets the description field for appointments in the data source specified by the DataSourceID property.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string DataDescriptionField { get; set; }

Property Value

Type: String
The name of the description field for appointments in the data source specified by DataSourceID.
Remarks

This property is optional. If it's not specified the description field will not be visible in the insert/edit forms.

Setting this property to a non-empty string will enable the Description field regardless of the value of EnableDescriptionField.

See Also