 | ExportItemUIRows Property |
UI Rows mapped to this item.
Not available after deserialization.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic IEnumerable<Tuple<IListViewEx, IListViewExRow, string>> UIRows { get; }
Public ReadOnly Property UIRows As IEnumerable(Of Tuple(Of IListViewEx, IListViewExRow, String))
Get
Property Value
Type:
IEnumerableTupleIListViewEx,
IListViewExRow,
String
See Also