FloatGroup.SetSizeToContent(DependencyObject, SizeToContent) Method
Sets the value of the FloatGroup.SizeToContent attached property for a specific object.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
target | DependencyObject | A DependencyObject whose FloatGroup.SizeToContent attached property is to be set. |
value | SizeToContent | A new value of the FloatGroup.SizeToContent attached property for the specified object. |
See Also