Skip to main content

RowProperties.ShouldSerializePadding() Method

Returns whether the RowProperties.Padding property should be serialized.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public bool ShouldSerializePadding()

Returns

Type Description
Boolean

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

See Also