Class GenGridItemClass
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
It represents the gengrid item class definition field details.
C#Copypublic class GenGridItemClass : GenItemClass
- Inheritance
Constructors
Declaration
C#Copypublic GenGridItemClass(string style)
Parameters
Type | Name | Description |
---|---|---|
String | style | The item display style. |
API Level: preview
Methods
Declaration
C#Copyprotected override IntPtr CreateItemClass()
Returns
Type | Description |
---|---|
IntPtr | The new instance. |
Overrides
API Level: preview
Declaration
C#Copyprotected override void ReleaseItemClass(IntPtr unmanagedPtr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | unmanagedPtr | The object to be removed. |