Skip to main content
All docs
V25.1
  • HtmlTemplate.Name Property

    The object’s name.

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Utils.v25.1.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