Skip to main content

ICreateExtractDataSourcePageView.DataMemberEnabled Property

Gets or sets whether on not an option allowing end-users to select a data member is enabled.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

bool DataMemberEnabled { get; set; }

Property Value

Type Description
Boolean

true, to enable an option allowing end-users to select a data member; otherwise, false.

See Also