Skip to main content

SeparatorControl.ShouldSerializeLineColor() Method

Returns whether the SeparatorControl.LineColor property should be serialized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public bool ShouldSerializeLineColor()

Returns

Type Description
Boolean

true if the SeparatorControl.LineColor property should be serialized; otherwise, false.

See Also