Skip to main content

BaseView.SourceRowHandle Property

Gets the handle of a master row for a View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
public virtual int SourceRowHandle { get; }

Property Value

Type Description
Int32

An integer value representing a master row handle for the current detail View.

Remarks

This property is useful for clones of detail Views only. For the GridControl.MainView and pattern Views, the SourceRowHandle property returns the GridControl.InvalidRowHandle field value.

See Also