Back to Devexpress

IPersistentObject.RowHandle Property

corelibraries-devexpress-dot-xtrascheduler-dot-ipersistentobject-dd24ce3a.md

latest1.7 KB
Original Source

IPersistentObject.RowHandle Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
object RowHandle { get; set; }
vb
Property RowHandle As Object

Property Value

TypeDescription
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

Rows

IPersistentObject Interface

IPersistentObject Members

DevExpress.XtraScheduler Namespace