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

FloatGroup.SetFloatState(DependencyObject, FloatState) Method

Sets the value of the FloatGroup.FloatState attached property for a specific object.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public static void SetFloatState(
    DependencyObject target,
    FloatState value
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose FloatGroup.FloatState attached property is to be set.

value DevExpress.Xpf.Docking.FloatState

A new value of the FloatGroup.FloatState attached property for the specified object.

See Also