Skip to main content
All docs
V25.2
  • WindowsUISeparator(Image, Boolean, Int32, Boolean) Constructor

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

    Namespace: DevExpress.XtraBars.Docking2010

    Assembly: DevExpress.XtraBars.v25.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