예제 #1
0
 public ColumnHeader(GridLabel gridlabel)
     : base(gridlabel)
 {
     _datasource = gridlabel.DataSource;
     _sortoption = gridlabel.SortOption;
 }
예제 #2
0
 public override Cell GetDefaultRect(DataSource ds)
 {
     return(null);
 }