Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Bar(BarManager, String, BarDockStyle, BarOptionFlags, Rectangle, LinksInfo) Constructor

OBSOLETE

The 'BarOptionFlags AOptions' parameter is ignored. Please remove this parameter from your constructor call

Initializes a new Bar class instance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Obsolete("The 'BarOptionFlags AOptions' parameter is ignored. Please remove this parameter from your constructor call")]
public Bar(
    BarManager manager,
    string name,
    BarDockStyle ADockStyle,
    BarOptionFlags AOptions,
    Rectangle floatRect,
    LinksInfo linksInfo
)

#Parameters

Name Type Description
manager BarManager

A BarManager that will contain a new Bar class instance.

name String

The name of the created Bar class instance. Determines the Bar.BarName property.

ADockStyle BarDockStyle

The dock style of the created Bar class instance. Determines the Bar.DockStyle property.

AOptions BarOptionFlags

This parameter is ignored.

floatRect Rectangle

The bounding rectangle of the new Bar class instance.

linksInfo DevExpress.XtraBars.LinksInfo

An object containing information on Bar component links.

#Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also