Skip to main content

ChooseObjectMemberPage.Description Property

Specifies the description of the current wizard page.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public override string Description { get; }

Property Value

Type Description
String

A String value that specifies the page description.

See Also