Library WinForms NextSuite .NET Controls NextGrid .NET Reference Classes nxUserColumn EmptyValue

EmptyValue

Specifies a value considered as 'empty'.

Cell will be rendered as “empty” if Value is equal to EmptyValue property. In that case EmptyText will be rendered instead of Cell’s content.

cs
public Object EmptyValue { get; set; }

Sign in