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

MasterDetailAddGroupingLevelPage.CanMoveUp() Method

Returns whether or not the button that moves a grouping level up is available.

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

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

Declaration

public bool CanMoveUp()

Returns

Type Description
Boolean

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

See Also