SchedulerStorage.GetObjectRow(PersistentObject) Method
In This Article
Returns the data row object that contains information about the specified persistent object.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Persistent |
A DevExpress. |
#Returns
Type | Description |
---|---|
Object | A Object which specifies the data row that contains information about the persistent object. |
#Remarks
Each persistent object (appointment or resource) is stored in a specific storage object that can either be used in unbound mode or bound to a data source. When in bound mode, the GetObjectRow method can be used to obtain the data source's data row, which contains information on the specified persistent object.
See Also