Back to Devexpress

MasterDetailInfoBase Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-03547651.md

latest1.5 KB
Original Source

MasterDetailInfoBase Class

The base for classes that store settings of queries and data fields while running the master-detail Report Wizard.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DataContract]
public abstract class MasterDetailInfoBase :
    NotifyPropertyChangedImplementation,
    ICloneable
vb
<DataContract>
Public MustInherit Class MasterDetailInfoBase
    Inherits NotifyPropertyChangedImplementation
    Implements ICloneable

Inheritance

Object DevExpress.XtraReports.Native.NotifyPropertyChangedImplementation MasterDetailInfoBase MasterDetailFieldInfo

MasterDetailQueryInfo

See Also

MasterDetailInfoBase Members

DevExpress.XtraReports.Wizards Namespace