Class MapDockableSubItem
Represents a dockable item in the map item.
Inheritance
System.Object
MapDockableSubItem
Assembly: Syncfusion.SfReportViewer.UWP.dll
Syntax
public abstract class MapDockableSubItem : MapSubItem
Constructors
MapDockableSubItem()
Declaration
protected MapDockableSubItem()
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
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 |
|
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods