Skip to main content
A newer version of this page is available. .

IPersistentObject.RowHandle Property

Gets or sets a value that identifies the data row bound to the persistent object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

object RowHandle { get; set; }

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