Prado\Web\UI\WebControls\TTableCell::createStyle PHP Method

createStyle() protected method

This method creates a {@link TTableItemStyle} to be used by the table cell.
protected createStyle ( ) : TStyle
return TStyle control style to be used
    protected function createStyle()
    {
        return new TTableItemStyle();
    }