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

CustomizeShowViewParametersEventArgs.ShowViewParameters Property

Gets the notification view parameters.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public ShowViewParameters ShowViewParameters { get; }

Property Value

Type Description
ShowViewParameters

A ShowViewParameters object that contains the notification view parameters.

See Also