Prado\Web\UI\WebControls\TCheckBoxColumn::getDataField PHP Method

getDataField() public method

public getDataField ( ) : string
return string the field name from the data source to bind to the column
    public function getDataField()
    {
        return $this->getViewState('DataField', '');
    }