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

SeparatorControl.ShouldSerializePadding() Method

Returns whether the SeparatorControl.Padding property should be serialized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public bool ShouldSerializePadding()

Returns

Type Description
Boolean

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

See Also