static EllipsisCellButton()
 {
     iconPainter = new GridIconPaint("InteractiveCellDemo.", typeof(EllipsisCellButton).Assembly);
 }
 static IconDrawingSupport()
 {
     iconPainter = new GridIconPaint("PivotGridControl.", typeof(IconDrawingSupport).Assembly);
 }
Exemple #3
0
 static ImageCellButton()
 {
     iconPainter = new GridIconPaint("PortfolioManager.", typeof(ImageCellButton).Assembly);
 }
Exemple #4
0
 /// <summary>
 /// Initializes a <see cref="GridDataBoundTreeCellButton"/> and associates it with a <see cref="GridCellRendererBase"/>
 /// </summary>
 /// <param name="control">The <see cref="GridCellRendererBase"/> that draws this cell button element.</param>
 public GridDataBoundTreeCellButton(GridCellRendererBase control, TreeGridHelper helper)
     : base(control)
 {
     this.helper = helper;
     iconPainter = new GridIconPaint("TreeGridHelper.", typeof(GridDataBoundTreeCellButton).Assembly);
 }
Exemple #5
0
 static ButtonEditCellButton()
 {
     iconPainter = new GridIconPaint("InteractiveCellDemo.", typeof(ButtonEditCellButton).Assembly);
 }
Exemple #6
0
 static BrowseButton()
 {
     icon = new GridIconPaint("InteractiveCellDemo.", typeof(BrowseButton).Assembly);
 }