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

StubGlyphOptions.ShouldSerializeOptions(IComponent) Method

Tests whether or not the StubGlyphOptions should be persisted.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool ShouldSerializeOptions(
    IComponent owner
)

Parameters

Name Type
owner IComponent

Returns

Type
Boolean

Remarks

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

See Also