[]
Gets or sets the custom CSS class names for a text item.
public ExpressionInfo CustomCSSClasses { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo value representing the custom CSS class names applied to the report item. |
TextBox textBox = new TextBox();
textBox.CustomCSSClasses = "ar-button ar-button-pressed";