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

BaseLayoutItemOptionsToolTip.ShouldSerializeCore(IComponent) Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public bool ShouldSerializeCore(
    IComponent owner
)

Parameters

Name Type Description
owner IComponent

An IComponent object.

Returns

Type Description
Boolean

A Boolean value.

See Also