Prado\Web\UI\WebControls\TDataList::getCaptionAlign PHP Méthode

getCaptionAlign() public méthode

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