Skip to main content

ReportToolbar.CssPostfix Property

Overrides the ASPxWebControl.CssPostfix property to hide it.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Description
String

A String value.

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the CssPostfix property is not appropriate for the ReportToolbar class.

See Also