Skip to main content

OptionsLayoutBase.ShouldSerializeCore(IComponent) Method

Gets whether the settings should be persisted.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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