Beispiel #1
0
    def style(self):
        """
    Description:
    -----------

    :rtype: GrpCls.ClassHtml
    """
        if self._styleObj is None:
            self._styleObj = GrpClsList.ClassItems(self)
        return self._styleObj
Beispiel #2
0
    def style(self) -> GrpClsList.ClassItems:
        """
    Description:
    -----------
    Property to the CSS Style of the component.

    :rtype: GrpClsList.ClassItems
    """
        if self._styleObj is None:
            self._styleObj = GrpClsList.ClassItems(self)
        return self._styleObj