AllowHideAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Controls users ability to hide a column, e.g. using column picker.

public AllowHideAttribute(bool value)
parameter description
value if set to false column can't be hidden by user.

Remarks

Initializes a new instance of the AllowHideAttribute class.

See Also