Skip to main content
A newer version of this page is available. .

MasterDetailAddGroupingLevelPage.CanCombineLevel() Method

Returns whether or not the button that combines grouping levels is available.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public bool CanCombineLevel()

Returns

Type Description
Boolean

true, if the button is available; otherwise, false.

See Also