KaxSchedulerCustomAttributeNames Property |
Specifies the database fields (column names) which should be loaded as appointment attributes.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<TypeConverterAttribute(GetType(StringArrayConverter))>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property CustomAttributeNames As String()
Get
Set
public:
[TypeConverterAttribute(typeof(StringArrayConverter))]
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property array<String^>^ CustomAttributeNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
[<TypeConverterAttribute(typeof(StringArrayConverter))>]
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member CustomAttributeNames : string[] with 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