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

ItemSetter.DependencyProperty Property

Gets or sets the dependency property to which the Value will be applied.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DependencyProperty DependencyProperty { get; set; }

Property Value

Type Description
DependencyProperty

A DependencyProperty to which the Value will be applied. The default value is null.

Remarks

Properties which affect a control’s behavior are not supported.

See Also