Class RelatedItemsComponentCellProps
Represents the properties of a cell that displays number of related items of the row item.
public class RelatedItemsComponentCellProps
- Inheritance
-
objectRelatedItemsComponentCellProps
- Extension Methods
Constructors
RelatedItemsComponentCellProps()
public RelatedItemsComponentCellProps()
Properties
ItemsCount
Related items count.
public int ItemsCount { get; set; }
Property Value
- int