Skip to main content
A newer version of this page is available. .
All docs
V22.2

DirectXFormBase.HtmlTemplate Property

Returns an HTML Template for this form.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.2.dll

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

Declaration

[DXCategory("Layout")]
public HtmlTemplate HtmlTemplate { get; }

Property Value

Type Description
HtmlTemplate

An HTML template for this form.

See Also