Base class for the C1WebToolBar and C1WebTopicBar controls.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
public abstract class C1WebMultiGroupFlatControl : C1WebCustomFlatControl
Visual Basic (Declaration)
Public MustInherit Class C1WebMultiGroupFlatControl _
	Inherits C1WebCustomFlatControl

Remarks

Has the GroupSpacing property.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.BaseDataBoundControl
        System.Web.UI.WebControls..::.HierarchicalDataBoundControl
          C1.Web.Command..::.C1WebCommandBase
            C1.Web.Command..::.C1WebCustomFlatControl
              C1.Web.Command..::.C1WebMultiGroupFlatControl
                C1.Web.Command..::.C1WebToolBar
                C1.Web.Command..::.C1WebTopicBar

See Also