ZForge.Controls.XPTable.Models.TableModel.ShouldSerializeRowHeight C# (CSharp) 메소드

ShouldSerializeRowHeight() 개인적인 메소드

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