Skip to main content
A newer version of this page is available.

DXExpander.SetAllowTracksRevealing(DependencyObject, Boolean) Method

Sets the value of the DXExpander.AllowTracksRevealing attached property for the specified DependencyObject.

Namespace: DevExpress.Xpf.Core

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

Declaration

public static void SetAllowTracksRevealing(
    DependencyObject element,
    bool value
)

Parameters

Name Type Description
element DependencyObject

The element for which the property value is set.

value Boolean

The DXExpander.AllowTracksRevealing property value for the element.

See Also