Наследование: XafBootstrapBaseControl
        public XafBootstrapDataSelectorEdit(ASPxPropertyEditor Editor, XafApplication Application, IObjectSpace ObjectSpace, LookupEditorHelper helper)
        {
            this.Editor   = Editor;
            ContentStart  = new HTMLText();
            ContentFinish = new HTMLText();
            Controls.Add(ContentStart);
            Controls.Add(ContentFinish);
            Helper  = helper;
            Buttons = new XafBootstrapButtons();

            EmptyText = XAF_Bootstrap.Templates.Helpers.GetLocalizedText(@"XAF Bootstrap\Controls\XafBootstrapDataSelectorEdit", "EmptyText");
        }
        public XafBootstrapDataSelectorEdit(ASPxPropertyEditor Editor, XafApplication Application, IObjectSpace ObjectSpace, LookupEditorHelper helper)
        {
            this.Editor = Editor;
            ContentStart = new HTMLText();
            ContentFinish = new HTMLText();
            Controls.Add(ContentStart);
            Controls.Add(ContentFinish);
            Helper = helper;
            Buttons = new XafBootstrapButtons();

            EmptyText = XAF_Bootstrap.Templates.Helpers.GetLocalizedText(@"XAF Bootstrap\Controls\XafBootstrapDataSelectorEdit", "EmptyText");
        }
        public XafBootstrapDropdownEdit()
        {
            Buttons = new XafBootstrapButtons();

            Content = new HTMLText();
            Items = new XafBootstrapDropdownItems();

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

            DropDownMaxCount = 3;

            SortByText = true;
        }
        public XafBootstrapDropdownEdit()
        {
            Buttons = new XafBootstrapButtons();

            Content = new HTMLText();
            Items   = new XafBootstrapDropdownItems();

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

            DropDownMaxCount = 3;

            SortByText = true;
        }
Пример #5
0
 public XafBootstrapButton(XafBootstrapButtons buttons)
 {
     Buttons = buttons;
     Tag = "a";
 }
Пример #6
0
 public XafBootstrapButton(XafBootstrapButtons buttons)
 {
     Buttons = buttons;
     Tag     = "a";
 }