Back to Devexpress

ItemSetter.Property Property

wpf-devexpress-dot-xpf-dot-bars-dot-itemsetter.md

latest4.1 KB
Original Source

ItemSetter.Property Property

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

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ItemProperty Property { get; set; }
vb
Public Property [Property] As ItemProperty

Property Value

TypeDescription
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.

Show unsupported properties

See Also

ItemSetter Class

ItemSetter Members

DevExpress.Xpf.Bars Namespace