Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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