CustomCSSClasses Property (TextItem)
Gets or sets the custom CSS class names for a text item.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value representing the custom CSS class names applied to the report item.
TextBox textBox = new TextBox();
textBox.CustomCSSClasses = "ar-button ar-button-pressed";