Skip to main content
A newer version of this page is available. .
Bar

ItemProperty(DependencyProperty) Constructor

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ItemProperty(
    DependencyProperty dependencyProperty
)

Parameters

Name Type
dependencyProperty DependencyProperty
See Also