Adf.Web.Panels.SelectButtonRenderer.CanRender C# (CSharp) Méthode

CanRender() public méthode

public CanRender ( PanelItemType type ) : bool
type Adf.Core.Panels.PanelItemType
Résultat bool
        public bool CanRender(PanelItemType type)
        {
            return type.IsIn(PanelItemType.SelectButton);
        }
SelectButtonRenderer