wpf-devexpress-dot-xpf-dot-bars-dot-itemsetter.md
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
public ItemProperty Property { get; set; }
Public Property [Property] As ItemProperty
| Type | Description |
|---|---|
| ItemProperty |
An ItemProperty to which the Value will be applied. The default value is null.
|
Properties which affect a control’s behavior are not supported.
Show unsupported properties
See Also