Skip to main content

StubGlyphOptions.ShouldSerializeOptions(IComponent) Method

Tests whether or not the StubGlyphOptions should be persisted.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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