Class MapDockableSubItemVal
Inheritance
System.Object
MapDockableSubItemVal
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.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapDockableSubItemVal : MapSubItemVal
Constructors
MapDockableSubItemVal()
Declaration
public MapDockableSubItemVal()
Properties
ActionInfo
Declaration
public ReportActionInfoVal ActionInfo { get; set; }
Property Value
Type | Description |
---|---|
ReportActionInfoVal |
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 |