DxHtmlPainterArgs Members
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.
Constructors
Name | Description |
---|---|
DxHtmlPainterArgs() | Initializes a new instance of the DxHtmlPainterArgs class. |
Properties
Name | Description |
---|---|
Appearance | Gets or sets the object that stores appearance-related settings of the parent control. |
Bounds | Gets or sets the bounds of a region where an HTML template can be drawn. |
Cache | Gets or sets the object that exposes DirectX-compatible drawing methods and stores brushes and pens. |
FieldValueProvider | |
HtmlImages | Gets or sets the collection of images that can be assigned to HTML elements. |
InteractivityKey | Gets or sets the key that identifies this currently painted HTML template instance. You can later check keys to obtain a correct template instance (for example, when you need to pass control mouse events to a template). |
LookAndFeel | Gets or sets the object that stores look-and-feel settings of the parent control. |
State | This is an internal property that should not be used in your code. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SetFieldValue(String, Object) | Allows you to assign the required data portion to the target HTML element. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also