A newer version of this page is available.
Switch to the current version.
AppointmentMappingInfo.Description Property
Gets or sets the data field to which an appointment's Appointment.Description property is bound.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[TypeConverter(typeof(AppointmentColumnNameConverter))]
[DefaultValue("")]
public virtual string Description { get; set; }
<TypeConverter(GetType(AppointmentColumnNameConverter))>
<DefaultValue("")>
Public Overridable Property Description As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the name of the bound data field. |
Remarks
Use the Description property to bind an appointment's Appointment.Description property to a data field in the external data source. The data source is specified by the PersistentObjectStorage<T>.DataSource property of the AppointmentStorage.
See Also
Feedback