Back to Devexpress

RowProperties.ShouldSerializePadding() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-112a4439.md

latest1.5 KB
Original Source

RowProperties.ShouldSerializePadding() Method

Returns whether the RowProperties.Padding property should be serialized.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool ShouldSerializePadding()
vb
Public Function ShouldSerializePadding As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace