DxHtmlPainterArgs Members
In This Article
DxHtmlPainterArgs
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 |
---|---|
Dx |
Initializes a new instance of the Dx |
#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 Direct |
Field |
|
Html |
Gets or sets the collection of images that can be assigned to HTML elements. |
Interactivity |
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). |
Look |
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 |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Allows you to assign the required data portion to the target HTML element. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also