Skip to main content

LayoutGroup.SetDesiredWidth(DependencyObject, Double) Method

In This Article

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public static void SetDesiredWidth(
    DependencyObject dObj,
    double width
)

#Parameters

Name Type
dObj DependencyObject
width Double
See Also