XAF_Bootstrap.Controls.XafBootstrapTagSelector.XafBootstrapTagSelector C# (CSharp) Method

XafBootstrapTagSelector() public method

public XafBootstrapTagSelector ( ) : System
return System
        public XafBootstrapTagSelector()
        {
            Items = new XafBootstrapTagSelectorItems();
            Content = new HTMLText();
            AllowAddCustomValues = true;
            AllowSelectValues = true;
            ValueRendered = true;

            EmptyText = XAF_Bootstrap.Templates.Helpers.GetLocalizedText(@"XAF Bootstrap\Controls\XafBootstrapDropdownEdit", "EmptyText");
        }