Skip to main content

FloatGroup.GetFloatState(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public static FloatState GetFloatState(
    DependencyObject target
)

Parameters

Name Type Description
target DependencyObject

A DependencyObject whose FloatGroup.FloatState property value should be returned.

Returns

Type Description
FloatState

A FloatState enumeration value representing the FloatGroup.FloatState property value assigned to the specified DependencyObject. null (Nothing in VB) if no value is assigned.

See Also