ExtraRow

CompositeGridConfig.ExtraRow property

Column-specific values that will be placed on top of default ones - Values. Presented as two dimensional array. First - row. Second - column. Each string represent text inside bubble. if string is null no bubble will be placed. Amount of columns have to be equal to ColumnsCount

public string[][] ExtraRow { get; set; }

See Also