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

RowProperties.ShouldSerializePadding() Method

Returns whether the RowProperties.Padding property should be serialized.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public bool ShouldSerializePadding()

Returns

Type Description
Boolean

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

See Also