Property SizeColumnCell
SizeColumnCell
Gets the cell that represents the size column for the current item, if available.
public ListControlItem? SizeColumnCell { get; }
Property Value
Remarks
This property returns a ListControlItem corresponding to the size column of the owner item. If the owner does not define a size column, the property returns null.