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