Skip to main content
All docs
V23.2

HtmlTemplate.Name Property

The object’s name.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue("")]
public virtual string Name { get; set; }

Property Value

Type Default Description
String String.Empty

The object’s name.

Remarks

HtmlTemplate objects are components. If you create these objects at design time, you can refer to them in code by name.

See Also