Skip to main content
A newer version of this page is available.

ControlBase.ClearPrefferedSizeCache(Control) Method

OBSOLETE

Use ClearPreferredSizeCache

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.v18.2.dll

Declaration

[Obsolete("Use ClearPreferredSizeCache")]
[Browsable(false)]
public static void ClearPrefferedSizeCache(
    Control control
)

Parameters

Name Type Description
control Control

A Control object.

Remarks

This method is intended for internal use only.

See Also