HeaderCssClassAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Sets the CSS class for grid column headers. It sets the headerCssClass property of SlickColumn. This has no effect for forms.
[AttributeUsage(AttributeTargets.All)]
public class HeaderCssClassAttribute : Attribute
| parameter | description |
|---|---|
| value | The value. |
Public Members
| name | description |
|---|---|
| HeaderCssClassAttribute(…) | Sets the CSS class for grid column headers. It sets the headerCssClass property of SlickColumn. This has no effect for forms. |
| Value { get; } | Gets the value. |
Remarks
Initializes a new instance of the HeaderCssClassAttribute class.
See Also
- Source: HeaderCssClassAttribute.cs