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

ChooseReportColorSchemePageView Class

Provides a view for the Choose a Report Color Scheme page of the Report Wizard in WinForms applications.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public class ChooseReportColorSchemePageView :
    WizardViewBase,
    IChooseReportColorSchemePageView

Remarks

The Choose a Report Color Scheme page is available for Table and Vertical reports.

This class provides a default implementations of the IChooseReportColorSchemePageView interface in WinForms applications.

You can override this class or implement the IChooseReportColorSchemePageView interface to customize the Choose a Report Color Scheme wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

Implements

Show 14 items
DevExpress.XtraEditors.IDXControl
DevExpress.LookAndFeel.ISupportLookAndFeel
DevExpress.Utils.Colors.ISupportDXSkinColors
DevExpress.Utils.ISupportAppearanceObjectPropertiesFilter
See Also