ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TextItem Class / CustomCSSClasses Property
Example

In This Topic
CustomCSSClasses Property (TextItem)
In This Topic
Gets or sets the custom CSS class names for a text item.
Syntax
'Declaration
 
Public Property CustomCSSClasses As ExpressionInfo
 

Property Value

An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value representing the custom CSS class names applied to the report item.
Example
TextBox textBox = new TextBox();
textBox.CustomCSSClasses = "ar-button ar-button-pressed";
See Also