Skip to main content

Appointment.SetValue(SchedulerStorageBase, String, Object) Method

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 SchedulerStorageBase

A DevExpress.XtraScheduler.SchedulerStorageBase descendant that stores data for the appointment.

columnName 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