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

OptionsLayoutBase.ShouldSerializeCore(IComponent) Method

Gets whether the settings should be persisted.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v18.2.dll

Declaration

public virtual bool ShouldSerializeCore(
    IComponent owner
)

Parameters

Name Type Description
owner IComponent

The component that owns the current settings.

Returns

Type Description
Boolean

true, if the settings should be persisted; otherwise, false.

Remarks

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

See Also