Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseView.LevelName Property

Gets the name of the master-detail relationship corresponding to the current detail View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public virtual string LevelName { get; }

#Property Value

Type Description
String

A String value indicating the relationship name represented by the current detail View.

#Remarks

A master-detail relationship associates a master table with a detail table using specific fields. To display a master-detail relationship, the grid control creates master and detail Views for the master and detail recordsets respectively. LevelName returns the name of the relationship by which the current detail View is linked to its master View. Refer to the Master-Detail Relationships topic for details.

See Also