Gets or sets a value indicating whether the user can expand or collapse the group by double-clicking on the header or clicking on the indicator image.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] [NotifyParentPropertyAttribute(true)] [PersistenceModeAttribute(PersistenceMode.Attribute)] [DefaultValueAttribute(true)] public bool EnableExpandCollapse { get; set; } |
Visual Basic (Declaration) |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _ <NotifyParentPropertyAttribute(True)> _ <PersistenceModeAttribute(PersistenceMode.Attribute)> _ <DefaultValueAttribute(True)> _ Public Property EnableExpandCollapse As Boolean |