Skip to main content

ReportToolbarExtension.Settings Property

Provides access to the ReportToolbarExtension‘s settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ReportToolbarSettings Settings { get; }

Property Value

Type Description
ReportToolbarSettings

A ReportToolbarSettings object.

See Also