Class MapDockableSubItem
Represents a dockable item in the map item.
Inheritance
System.Object
MapDockableSubItem
Inherited Members
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 |