Skip to content

PropertyItem.CssClass property

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