Skip to content

HeaderCssClassAttribute constructor

Sets the CSS class for grid column headers. It sets the headerCssClass property of SlickColumn. This has no effect for forms.

public HeaderCssClassAttribute(string? value)
parameter description
value The value.

Remarks

Initializes a new instance of the HeaderCssClassAttribute class.

See Also