AllowHideAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

[AttributeUsage(AttributeTargets.All)]
public class AllowHideAttribute : Attribute

Public Members

name description
AllowHideAttribute(…) Initializes a new instance of the AllowHideAttribute class.
Value { get; } Gets a value indicating whether this AllowHideAttribute is ON.

See Also