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

createStyle() protected method

This method creates a {@link TTableStyle} to be used by the data list control.
protected createStyle ( ) : TTableStyle
return TTableStyle control style to be used
    protected function createStyle()
    {
        return new TTableStyle();
    }