CustomDrawRowFooterEventArgs Constructors
Provides data for the TreeList.CustomDrawRowFooter event.Name | Parameters | Description |
---|---|---|
CustomDrawRowFooterEventArgs() | none | Initializes a new instance of the CustomDrawRowFooterEventArgs class. |
CustomDrawRowFooterEventArgs(GraphicsCache, ObjectPainter, RowFooterInfo) | cache, painter, info | Initializes a new instance of the CustomDrawRowFooterEventArgs class. |
See Also