Class StructuredListingRow
Class representing a row of data in a structured listing.
public sealed class StructuredListingRow : Row
- Inheritance
-
objectStructuredListingRow
- Inherited Members
- Extension Methods
Constructors
StructuredListingRow()
public StructuredListingRow()
Properties
Path
Path from the root to the current item. Applicable for tree-like structures only.
public int[] Path { get; set; }
Property Value
- int[]
UniqueIdentifier
Unique identifier of the item in the structured listing.
public string UniqueIdentifier { get; set; }
Property Value
- string