Back to Devexpress

DashboardDesigner.SelectedDataMember Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-dafe4c5e.md

latest1.6 KB
Original Source

DashboardDesigner.SelectedDataMember Property

Gets or sets the currently selected data member.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public string SelectedDataMember { get; set; }
vb
<Browsable(False)>
Public Property SelectedDataMember As String

Property Value

TypeDescription
String

A String value that specifies the currently selected data member.

|

Remarks

Use the DashboardDesigner.SelectedDataSource property to specify the currently selected data source.

The currently selected data source and data member are displayed in the Data Source Browser.

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace