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
Returns
Type | Description |
---|---|
Boolean | true if the RowProperties.Padding property should be serialized; otherwise, false. |
See Also