Appointment.SetValue(SchedulerStorageBase, String, Object) Method
In This Article
Performs a transaction to change the value of the specific field in the current appointment data record supplied by the specified storage object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
public override void SetValue(
SchedulerStorageBase storage,
string columnName,
object val
)
#Parameters
Name | Type | Description |
---|---|---|
storage | Scheduler |
A DevExpress. |
column |
String | A String that is the data field's name. |
val | Object | A Object that is the new value of the field. |
#Remarks
Use the SetValue method to change an arbitrary data field in the record for the current appointment.
See Also