CollapsibleAttribute.Collapsed property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets a value indicating whether the target is initially collapsed. Default is false.

public bool Collapsed { get; set; }

Property Value

true if collapsed; otherwise, false.

See Also