Gets or sets a value determining whether splitter panel is collapsed or expanded.

Namespace:  C1.Web.UI.Controls.C1Splitter
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[DescriptionAttribute("Gets or sets a value determining whether splitter panel is collapsed or expanded.")]
[JsonAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public bool Collapsed { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(False)> _
<DescriptionAttribute("Gets or sets a value determining whether splitter panel is collapsed or expanded.")> _
<JsonAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property Collapsed As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also