ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapDockableSubItem - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapDockableSubItem

    Represents a dockable item in the map item.

    Inheritance
    System.Object
    MapSubItem
    MapDockableSubItem
    MapColorScale
    MapDistanceScale
    MapLegend
    MapTitle
    Inherited Members
    MapSubItem.Style
    MapSubItem.MapLocation
    MapSubItem.MapSize
    MapSubItem.LeftMargin
    MapSubItem.RightMargin
    MapSubItem.TopMargin
    MapSubItem.BottomMargin
    MapSubItem.ZIndex
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public abstract class MapDockableSubItem : MapSubItem

    Constructors

    MapDockableSubItem()

    Declaration
    protected MapDockableSubItem()

    Properties

    ActionInfo

    Declaration
    public ActionInfo ActionInfo { get; set; }
    Property Value
    Type Description
    ActionInfo

    DockOutsideViewport

    Declaration
    public bool DockOutsideViewport { get; set; }
    Property Value
    Type Description
    System.Boolean

    Hidden

    Declaration
    public bool Hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    Position

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

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved