BaseLayoutItemOptionsToolTip.ShouldSerializeCore(IComponent) Method
In This Article
This method supports the internal infrastructure and is not intended to be called directly from your code.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.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