DxHtmlPainterArgs Constructors
Stores information about a region where an instance of an HTML template should be painted. You need to manually create and set upDxHtmlPainterArgs
objects only when you paint templates on top of non-DevExpress controls, or DevExpress controls that currently do not support custom-drawn templates.
Name | Description |
---|---|
DxHtmlPainterArgs() | Initializes a new instance of the DxHtmlPainterArgs class. |
See Also