Table of Contents

Class RelatedItemsComponentCellProps

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the properties of a cell that displays number of related items of the row item.

public class RelatedItemsComponentCellProps
Inheritance
object
RelatedItemsComponentCellProps
Extension Methods

Constructors

RelatedItemsComponentCellProps()

public RelatedItemsComponentCellProps()

Properties

ItemsCount

Related items count.

public int ItemsCount { get; set; }

Property Value

int