BlueSky.DataGridValueLablesCol.GetCellContentRecyclingKey C# (CSharp) Method

GetCellContentRecyclingKey() public method

public GetCellContentRecyclingKey ( C1 row ) : object
row C1
return object
        public override object GetCellContentRecyclingKey(C1.WPF.DataGrid.DataGridRow row)
        {
            return typeof(DataGridValueLablesCol);
        }