menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsCommonTitleSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsCommonTitleSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    MapsCommonTitleSettings
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsCommonTitleSettings : EJTagHelper

    Constructors

    MapsCommonTitleSettings()

    Declaration
    public MapsCommonTitleSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Description

    Gets or sets the description of the title in maps for assistive technology.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Text

    Gets or sets the text for the title in maps.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved