ReportToolbar.CssFilePath Property
Overrides the ASPxWebControl.CssFilePath property to hide it.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
This property is overridden to hide the corresponding property of the ASPxWebControl class, because the CssFilePath property is not appropriate for the ReportToolbar class.
See Also