IPersistentObject.RowHandle Property
Gets or sets a value that identifies the data row bound to the persistent object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Object | The handle (identifier) of the data row in the data source. |
Remarks
The RowHandle property identifies the position of the data row in the data controller. Row handles may be used to obtain cell values in data-aware controls, such as data grids. In the GridControl, use the ColumnView.GetRowCellValue and ColumnView.GetRowCellDisplayText methods.
See Also