Back to Devexpress

HtmlTemplate Properties

windowsforms-devexpress-dot-utils-dot-html-dot-htmltemplate-dot-underscore-properties.md

latest3.2 KB
Original Source

HtmlTemplate Properties

An HTML-CSS template used to render a UI of DevExpress controls.

NameDescription
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
IsEmptyReturns whether the HtmlTemplate.Template and HtmlTemplate.Styles properties are set to empty values.
NameThe object’s name.
PreviewType
SiteGets or sets the ISite of the Component. Inherited from Component.
StylesGets or sets the template’s CSS code that specifies the appearance settings, size, padding, and layout options of UI elements.
TagGets or sets an object that stores custom data.
TemplateGets or sets the template’s HTML markup used to build a control’s UI.

See Also

HtmlTemplate Class

HtmlTemplate Members

DevExpress.Utils.Html Namespace