OptionsLayoutBase.ShouldSerializeCore(IComponent) Method
Gets whether the settings should be persisted.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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