ControlBase.ClearPreferredSizeCache(Control) Method
Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | A Control whose size should be removed from the cache. |
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also