Back to Devexpress

UpdateAction.Property Property

wpf-devexpress-dot-xpf-dot-bars-dot-updateaction-927836e9.md

latest2.1 KB
Original Source

UpdateAction.Property Property

Get or sets a dependency property whose value should be updated. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
DependencyProperty

A DependencyProperty whose value should be updated.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Property property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

reporting-wpf-documentpreviewcontrol-customize-toolbar/CS/MainWindow.xaml#L23

xml
<dxb:UpdateAction ElementName="{x:Static dxpbars:DefaultPreviewBarItemNames.Print}"
                  Property="{x:Static dxb:BarItem.LargeGlyphProperty}"
                  Value="{dxp:PrintingResourceImage ResourceName='Images/BarItems/Print.svg'}"/>

See Also

UpdateAction Class

UpdateAction Members

DevExpress.Xpf.Bars Namespace