Click or drag to resize
KaxSchedulerCustomAttributeNames Property
Specifies the database fields (column names) which should be loaded as appointment attributes.

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

Property Value

Type: String
An array of strings representing the names of the database fields which should be populated as appointment custom attributes. By default KaxScheduler does not populate any database fields as custom attributes.
Remarks
You should use the CustomAttributeNames property when you want KaxScheduler to populate the Attributes collection of the appointments.
See Also