Adf.Web.Panels.SelectButtonRenderer.CanRender C# (CSharp) Method

CanRender() public method

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