Back to Devexpress

Badge.GetBadge(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-core-dot-badge-dot-getbadge-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.4 KB
Original Source

Badge.GetBadge(DependencyObject) Method

Gets the value of the Badge.Badge attached property to a specified DependencyObject.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static Badge GetBadge(
    DependencyObject element
)
vb
Public Shared Function GetBadge(
    element As DependencyObject
) As Badge

Parameters

NameTypeDescription
elementDependencyObject

The element to which the attached property is written.

|

Returns

TypeDescription
Badge

A Badge value that specifies the badge object.

|

See Also

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace