Skip to main content

MasterDetailAddGroupingLevelPage.CanMoveDown() Method

Returns whether the button that moves a grouping level down is available.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool CanMoveDown()

Returns

Type Description
Boolean

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

See Also