Gets the value of the AllowTracksRevealing attached property for the specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.Core
Assembly:DevExpress.Xpf.Core.v18.1.dll

Syntax
C# |
public static bool GetAllowTracksRevealing(
DependencyObject element
)
|
VB |
static Public Function GetAllowTracksRevealing(
ByVal element As DependencyObject
) As Boolean
|
Parameters
-
element
-
Type: DependencyObject
The element from which the property value is read.
Return value
Type: Boolean
The AllowTracksRevealing property value for the element.

See Also