KaxSchedulerDataDescriptionField Property |
Gets or sets the description field for appointments in the data source specified by the
DataSourceID property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string DataDescriptionField { get; set; }
Public Property DataDescriptionField As String
Get
Set
public:
property String^ DataDescriptionField {
String^ get ();
void set (String^ value);
}
member DataDescriptionField : string with get, set
Property Value
Type:
String
The name of the description field for appointments in the data source specified by
DataSourceID.
RemarksThis 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