Back to Devexpress

CustomizeLabelPageView Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-dd21db14.md

latest2.5 KB
Original Source

CustomizeLabelPageView Class

Provides a view for the Customize the Label Options page of the Report Wizard in WinForms applications.

Namespace : DevExpress.XtraReports.Wizards.Views

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public class CustomizeLabelPageView :
    WizardViewBase,
    ICustomizeLabelPageView
vb
Public Class CustomizeLabelPageView
    Inherits WizardViewBase
    Implements ICustomizeLabelPageView

Remarks

This view routes user commands to the CustomizeLabelPage<TModel> presenter.

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

Implements

ICustomizeLabelPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase CustomizeLabelPageView

See Also

CustomizeLabelPageView Members

DevExpress.XtraReports.Wizards.Views Namespace