Skip to main content

DocumentViewerRibbonStyles.CssFilePath Property

This property is not in effect for the DocumentViewerRibbonStyles class.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public string CssFilePath { get; set; }

Property Value

Type Description
String

A String value.

Remarks

The property is overridden only for the purpose of preventing it from appearing in Visual Studio designer tools.

See Also