Skip to main content

IChooseObjectMemberPageView.ShowAll Property

If implemented, specifies the state of the Show only highlighted members check box.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

bool ShowAll { get; }

Property Value

Type Description
Boolean

true, to disable the check box; otherwise, false.

Remarks

If the Show only highlighted members check box is activated, irrelevant members are excluded from the list. If the check box is disabled, all available members are displayed.

See Also