Skip to main content

LayoutGroup.GetSizeMode(DependencyObject) Method

Gets the value of the LayoutGroup.SizeMode attached property for a specific object.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static ItemSizeMode GetSizeMode(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

An object whose value of the LayoutGroup.SizeMode property is to be returned.

Returns

Type Description
ItemSizeMode

The value of the LayoutGroup.SizeMode property for a specific object.

See Also