Skip to main content

CustomizeShowViewParametersEventArgs.ShowViewParameters Property

Gets the notification view parameters.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

public ShowViewParameters ShowViewParameters { get; }

Property Value

Type Description
ShowViewParameters

A ShowViewParameters object that contains the notification view parameters.

See Also