Prado\Web\UI\WebControls\TDataGrid::getCaptionAlign PHP Method

getCaptionAlign() public method

public getCaptionAlign ( ) : TTableCaptionAlign
return TTableCaptionAlign datagrid caption alignment. Defaults to TTableCaptionAlign::NotSet.
    public function getCaptionAlign()
    {
        return $this->getViewState('CaptionAlign', TTableCaptionAlign::NotSet);
    }