Back to Devexpress

ParameterPanelViewModelBase<T> Class

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-viewmodels-dot-parameterpanelviewmodelbase-1-d2464170.md

latest1.6 KB
Original Source

ParameterPanelViewModelBase<T> Class

Namespace : DevExpress.XtraReports.Parameters.ViewModels

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class ParameterPanelViewModelBase<T> :
    NotifyPropertyChangedImplementation,
    IServiceContainer,
    IServiceProvider
    where T : ParameterItemViewModel
vb
Public Class ParameterPanelViewModelBase(Of T As ParameterItemViewModel)
    Inherits NotifyPropertyChangedImplementation
    Implements IServiceContainer,
               IServiceProvider

Type Parameters

Name
T

Inheritance

Object DevExpress.XtraReports.Native.NotifyPropertyChangedImplementation ParameterPanelViewModelBase<T> ParameterPanelViewModel

ParametersModel

See Also

ParameterPanelViewModelBase<T> Members

DevExpress.XtraReports.Parameters.ViewModels Namespace