BaseButton.CalcBestSize(Int32) Method
In This Article
Calculates the button size required to fit its content, but not exceeding the specified maximum width.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
max |
Int32 | The value that limits the width. |
#Returns
Type | Description |
---|---|
Size | A System. |
See Also