Skip to main content

LayoutGroup.SetDesiredHeight(DependencyObject, Double) Method

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static void SetDesiredHeight(
    DependencyObject dObj,
    double height
)

Parameters

Name Type
dObj DependencyObject
height Double
See Also