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

TextOptions.UpdateDefaultOptions(TextOptions) Method

For internal use. Copies settings from the specified object to the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void UpdateDefaultOptions(
    TextOptions defaultOptions
)

Parameters

Name Type Description
defaultOptions TextOptions

A TextOptions object whose settings are copied to the current object.

Remarks

This method supports the internal infrastructure and is not intended to be used directly from your code.

See Also