[]
        
(Showing Draft Content)

C1.Win.C1Command.CollapseDirectionEnum

CollapseDirectionEnum Enum

Specifies the direction in which the navigation bar is collapsed.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public enum CollapseDirectionEnum

Fields

Name Description
Auto

The direction in which the bar collapses is determined by the value of the control's Dock property.

ToBottom

The bar collapses to the bottom.

ToLeft

The bar collapses to the left.

ToRight

The bar collapses to the right.

ToTop

The bar collapses to the top.