ZForge.Controls.XPTable.Models.TableModel.ShouldSerializeRowHeight C# (CSharp) Method

ShouldSerializeRowHeight() private method

Specifies whether the RowHeight property should be serialized at design time
private ShouldSerializeRowHeight ( ) : bool
return bool
        private bool ShouldSerializeRowHeight()
        {
            return this.rowHeight != TableModel.DefaultRowHeight;
        }