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

SeparatorControl.ShouldSerializeLineThickness() Method

Returns whether the SeparatorControl.LineThickness property should be serialized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public bool ShouldSerializeLineThickness()

Returns

Type Description
Boolean

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

See Also