[]
Gets the title attribute that will be applied to the cell.
public override string GetCellTitle(GridControlRange range)
Type | Name | Description |
---|---|---|
GridControlRange | range | The cell's range. |
Type | Description |
---|---|
string |
Gets the title attribute that will be set in the cell div.
public virtual string GetCellTitle(GridCellType cellType, GridCellRange range)
Type | Name | Description |
---|---|---|
GridCellType | cellType | Cell's type. |
GridCellRange | range | Cell's range. |
Type | Description |
---|---|
string |