Skip to main content
Bar

ItemSetter.Property Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ItemProperty Property { get; set; }

Property Value

Type Description
ItemProperty

An ItemProperty 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