DocumentViewerSettings.StylesParametersPanelParameterEditors Property
OBSOLETE
Use StylesEditors property instead.
Provides access to the style settings that control the appearance of the Parameters panel.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use StylesEditors property instead.")]
public ReportParametersPanelEditorStyles StylesParametersPanelParameterEditors { get; }
Property Value
Type | Description |
---|---|
ReportParametersPanelEditorStyles | A ReportParametersPanelEditorStyles object. |
See Also