XPTable.Models.Cell.ShouldSerializePadding C# (CSharp) Method

ShouldSerializePadding() private method

Specifies whether the Padding property should be serialized at design time
private ShouldSerializePadding ( ) : bool
return bool
        private bool ShouldSerializePadding()
        {
            return this.Padding != CellPadding.Empty;
        }