Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ShouldSerializeCore(
    IComponent owner
)

Parameters

Name Type Description
owner IComponent

An IComponent object.

Returns

Type Description
Boolean

A Boolean value.

See Also