Class Info_ItemBox
Inheritance
System.Object
Info_ItemBox
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: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class Info_ItemBox
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsGridBasedItemBox
Declaration
public int IsGridBasedItemBox { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |