Prado\Web\UI\WebControls\TLiteralColumn::getDataField PHP 메소드

getDataField() 공개 메소드

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