Beispiel #1
0
        public void SetNormalButton(EditorButtonCollection editorButtons)
        {
            editorButtons[0].Kind  = ButtonPredefines.Glyph;
            editorButtons[0].Image = Properties.Resources.play_16px;

            fluentAPIEmailList.BindCommand(editorButtons[0], (x, p) => x.Run(p), x => deviceDataTable);
            fluentAPIEmailList.WithCommand(x => x.Run(null)).After(() => deviceGridView.LayoutChanged());
        }