Skip to main content

WindowsUISeparator(Image) 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

public WindowsUISeparator(
    Image image
)

Parameters

Name Type Description
image Image

An Image displayed by this separator.

See Also