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

getCaptionAlign() public method

public getCaptionAlign ( ) : TTableCaptionAlign
return TTableCaptionAlign alignment of the caption of the table layout. Defaults to TTableCaptionAlign::NotSet.
    public function getCaptionAlign()
    {
        return $this->getRepeatInfo()->getCaptionAlign();
    }
TDataList