Skip to main content
All docs
V23.2

WindowsUISeparator(Image, Boolean, Int32, Boolean, AppearanceObject) 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,
    AppearanceObject appearance
)

Parameters

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