GridDrawCellEventArgs

Is it possible to add my own arguments to the GridDrawCellEventArgs. Thanks

1 Reply

AD Administrator Syncfusion Team February 4, 2005 09:42 PM UTC

No, GridDrawCellEventArgs is sealed and can''t be subclassed. You could store information in the style, e.g. style.Tag. Or add your own custom properties to GridStyleInfo as shown with SliderStyleProperties in CellTypes\SliderCell example. Stefan

Loader.
Up arrow icon