Skip to main content
A newer version of this page is available. .

WindowsUISeparator(Image, Boolean, Int32) Constructor

Initializes a new instance of the WindowsUISeparator class with the specified settings.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[EditorButtonPreferredConstructor]
public WindowsUISeparator(
    Image image,
    bool visible,
    int visibleIndex
)

Parameters

Name Type Description
image Image

An Image displayed by this separator.

visible Boolean

true, if the separator is initially visible; otherwise, false.

visibleIndex Int32

An Int32 value that is the display order of this separator.

See Also