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

WindowsUISeparator(Image, Boolean, Int32, Boolean) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Parameters

Name Type
image Image
visible Boolean
visibleIndex Int32
isLeft Boolean
See Also