CollapsibleAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Used to specify a target is collapsible. Commonly used with form categories to make them collapsible.
[AttributeUsage(AttributeTargets.All)]
public class CollapsibleAttribute : Attribute
Public Members
| name | description |
|---|---|
| CollapsibleAttribute(…) | Initializes a new instance of the CollapsibleAttribute class. |
| Collapsed { get; set; } | Gets or sets a value indicating whether the target is initially collapsed. Default is false. |
| Value { get; } | Gets a value indicating whether this CollapsibleAttribute is value. |
See Also
- Source: CollapsibleAttribute.cs