Click or drag to resize

ExportItemUIRows Property

UI Rows mapped to this item. Not available after deserialization.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public IEnumerable<Tuple<IListViewEx, IListViewExRow, string>> UIRows { get; }

Property Value

Type: IEnumerableTupleIListViewEx, IListViewExRow, String
See Also