Skip to main content

WindowsUISeparator(Image, Boolean, Int32) Constructor

Initializes a new instance of the WindowsUISeparator class with the 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
)

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