Class ResApp
Class for finding index in horizontal view.
Inheritance
System.Object
ResApp
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.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class ResApp
Constructors
ResApp()
Declaration
public ResApp()
Properties
Color
Gets or sets the Color value
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color |
Id
Gets or sets the Id value
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id |
Level
Gets or sets the Level value
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The level |
Name
Gets or sets the Name value
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name |
PageValue
Gets or sets the page value
Declaration
public int PageValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The page value |
ParentId
Gets or sets the ParentId value
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent id |
Resource
Gets or sets the Resource value
Declaration
public string Resource { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource |
VerticalIndent
Gets or sets the VerticalIndent value
Declaration
public float VerticalIndent { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The vertical indent |