Skip to main content

WindowsUISeparator(Image, Boolean, Int32, Boolean) Constructor

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

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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