Skip to main content

PersistentObject.RowHandle Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public 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.

Implements

See Also