AllowHideAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Controls the user's ability to hide a column, e.g. using the column picker.
[AttributeUsage(AttributeTargets.All)]
public class AllowHideAttribute : Attribute
| parameter | description |
|---|---|
| value | If set to false, the column cannot be hidden by the user. |
Public Members
| name | description |
|---|---|
| AllowHideAttribute(…) | Controls the user's ability to hide a column, e.g. using the column picker. |
| Value { get; } | Gets a value indicating whether this AllowHideAttribute is on. |
Remarks
Initializes a new instance of the AllowHideAttribute class.
See Also
- Source: AllowHideAttribute.cs