Skip to main content
All docs
V25.1
  • DxHtmlPainterArgs Class

    Stores information about a region where an instance of an HTML template should be painted. You need to manually create and set up DxHtmlPainterArgs objects only when you paint templates on top of non-DevExpress controls, or DevExpress controls that currently do not support custom-drawn templates.

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public class DxHtmlPainterArgs

    Inheritance

    Object
    DxHtmlPainterArgs
    See Also