PropertyItem.CssClass property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the CSS class that should be applied to the grid column, e.g. data cells for this property. Only used in grids.

public string CssClass { get; set; }

Property Value

The CSS class.

See Also