DevComponents DotNetBar 14.1.0.0 with Source Code » Developer.Team

DevComponents DotNetBar 14.1.0.0 with Source Code

DevComponents DotNetBar 14.1.0.0 with Source Code
DevComponents DotNetBar 14.1.0.0 with Source Code | 129 Mb


DotNetBar is world's first component to introduce fully featured Office 2013, Office 2010, Windows 7 and Office 2007 style Ribbon controls, first to provide full Windows XP Theme support, first to provide Diamond Docking Guides for dockable windows etc. With DotNetBar you always get latest advancements in user interface technology in your applications before anyone else. Don't take our word for it, read what others are saying about our products and support...

World's first set of Metro User Interface controls with Metro Tiles, toolbars, slide panels, forms, completely automatic color scheme generation for unlimited color themes and more. Make applications using the latest user interface style available today.



Office 2013, Office 2010, Windows 7 and Office 2007 Ribbon Control with unlimited color schemes, Backstage Application Menu, Windows Vista Glass support, tab groups, ribbon hyper menus, multi-level KeyTips, complete Quick Access Toolbar (QAT) customization and complete support for Ribbon Menu Tabs

Office 2013 Ribbon Bar control with button groups, popups and more



Office 2007 Super Tooltips control with 18 color styles



Token Editor Control for Windows Forms

TokenEditor control is an advanced text-box control which parses the text entered by user and converts it into the distinct set of tokens. Akin to email address entry text-box in modern email clients, but more flexible. Each text-part, token is validated before being accepted so it can be rejected if it does not pass the validation.



Control includes built-in support for auto-complete and auto-complete popup with filtered list of available tokens will be displayed and updated as user performs the text input:



Version: 14.1.0.0

New: NEW ToolboxControl added
New: ToastNotifications, added support for resizing the toast notification after ToastNotification.UpdateToast method is called with new toast text
New: SuperGrid: Added missing design-time GridRadialMenuEditControl to column EditControl/RenderControl choices.
New: TextBoxX added support for ButtonCustom.Checked property
New: Keyboard Control is now invalidated when Text is changed
New: Added TouchKeyboard.FloatingKeyboardForm property to allow access to form hosting popup keyboard
New: SuperGrid: Added callout for Pre[/Post]RenderFilterRow events for RenderParts.Border.
New: SuperGrid: Added missing statement for OfficeMobile2014 color settings.
New: Added Dpi.RecordScalePerControl property Fixed AdvPropertyGrid.PropertyMultiChoiceEditor with keys supplied initial value setting display
New: Added ItemPanel and ItemContainer ReserveLeftSpace property to control whether block elements (like span or div) consume space to the left when aligned to center or right
New: SuperTabControl: Made adjustment to tab text alignment for better display.
New: SuperGrid: Added code to help address certain situations where the ActiveElement not getting reset in all cases.
New: SuperGrid: Added code to make sure the InsertRow's default values are reset properly when the column definitions (and associated default values) are changed while the InsertRow is visible.
New: DesktopAlert.AlertClosed event added which occurs after alert has been closed and provides information on reason for closing
New: SuperTabControl: Added StartsNewTabLine property to SuperTabItem element. This will permit users to inform the control that the associated tab should start a new tab line (or row) when MultiLine tab layout is specified.
New: Added OnColorItemsInitialized event which is fired after items on popup have been created
New: SuperGrid: Made some changes to better support the MouseWheel under certain circumstances.
New: SuperGrid: Made changes to better track deleted/undeleted bound row counts/states.
New: Floating bar that can be maximized, added check during mouse drag to ensure that there is no screen above the bar if mouse is moved to top of the screen which triggers maximizing of the floating bar
New: SuperGrid: Expression Evaluator tweak (wildcard match ("*") now matches multiple line source).
New: Schedule Control: Added GetAppointmentViewFromPoint method.
New: SuperGrid: Added support to DetachDataSource method, to see that "state cleanup" is performed upon exit of the method.
New: CalendarView: Added support for Pre[Post}RenderWeekDaySlotBackground events.
New: Adding Animated GIF support to Toast Notifications image display
New: Adding parent container width to text-markup layout bounding box when CheckBoxItem is hosted in CheckBoxX control
New: AdvTree: Added support for side margin rendering on the tree, for example for line number. See: http://www.devcomponents.com/kb2/?p=1915
New: Added MetroForm.BorderColors property to set custom border colors for form instance. Use like: this.BorderColors = new BorderColors[] {new BorderColors(Color.Red), new BorderColors(Color.Green) };
Fixed: Schedule Control: Fixed an issue with multiple reminders for recurrent appointments in the Year and Timeline views.
Fixed: Schedule Control: Copy/drag state was not being reflected properly in AppointmentViewChanged e.CopyDrag.
Fixed: Supergrid: Added cell SizingSource to GetCellFormattedValue eventArgs. The SizingSource can be used to direct the grid to use either the actual cell Value, formatted Value, or both, when sizing the given cell. The default is to use both (which takes the maximum width and height from the actual and formatted values).
Fixed: ScheduleControl: Fixed an issue with multiple reminder events firing for recurrent appointments.
Fixed: ScheduleControl: External IsCopyDrag value set to match operation when dragging appointment from one view to another when ctrl key is not pressed.
Fixed: SuperGrid: Fixed sample that was erroneously hooking the ValueChanged event for an edit/render control (should have simply overridden the EditorValueChanged method, as is done in the C# version).
Fixed: CheckBoxX adjusting check sign position when aligned to the right
Fixed: CheckBoxX adjusted how multi-line text is aligned inside the control
Fixed: ChartControl Designer: Fixed an issue where the designer would incorrectly permit interaction with charts added to non-selected TabControl/SuperTabControl pages.
Fixed: Fixed an exception in DateTimeInput control when custom date formats are used for month selection only
Fixed: AdvTree.CheckedNodes does not return always correct collection of checked nodes.
Fixed: Adjusting the RibbonBar layout when item aligned is set to Center or Right so automatic width is corrected
Fixed: SuperTabControl: Altered StartsNewTabLine logic to allow for non-visible tabs in the collection.
Fixed: SuperTabControl: Fixed an issue where the STC would throw an exception if a tab was disabled and you set the tab Text color, while leaving the associated background colors null.
Fixed: ChartControl: Fixed an issue with Export/Import and non en-US CurrentCulture settings.
Fixed: Menu side-bar hosing ButtonItem with ImageFixedSize set is not drawn correctly on high-dpi systems
Fixed: SuperGrid: DeleteAll method, in non-Virtual mode, would incorrectly leave the last row undeleted.
Fixed: SuperGrid: Fixed an issue where setting the MinDate/MaxDate of a GridDateTimePickerEditControl element at runtime could result in an exception being thrown.
Fixed: SuperGrid: Fixed an issue in FilterPopup activation, where under certain circumstances the effectiveStyles were not being properly initialized before use.
Fixed: Fixed CheckBoxX auto-size
Fixed: Bar auto-hide button in caption might not react to clicks under certain use cases
Fixed: Fixing AdvTree layout issue with multiple columns and left padding set on tree
Fixed: Fixed disabled Switch Button text colors in Office 2016 style
Fixed: Docking windows might not load the dock window size correctly under specific complex layout scenario
Fixed: Fixed ProgressBarItem text color for Office2016 style
Fixed: TabFormItem cannot be dragged and detached unless the close button on tab is visible
Fixed: Dragging and dropping TabFormItem over the TabForm caption generates an exception
Fixed: GalleryContainer does not upscale DefaultSize.Height for high DPI resolutions
Fixed: Tabbed Form with TitleText set to text-markup might render title in wrong position after tab is detached
Fixed: SuperGrid: Made changes to better support style state transitions (mouse enter/leave/etc) in the FilterRow.
Fixed: Text-markup container div and span right alignment behavior adjusted
Fixed: AdvTree multi-selection of nodes might show hidden nodes in SelectedNodes collection
Fixed: CalendarView: Made tweak to DateSelectionStart[/End]Changed event processing so that associated values (DateSelectionStart[/End]) could be set/reset in associated event call out.
Fixed: SuperGrid: VisibleRowCount access now makes sure grid layout is up-to-date before returning row count.
Fixed: Highlighter might not update higlighted region when highlighted control is hidden
Fixed: SuperGrid: Tweaked filter matching to better match strings such as O'Brien.
Fixed: ChartControl: Fixed a problem where transitioning from crosshair display to no crosshair display could cause an exception.
Fixed: SuperGrid: Fixed a cell highlighting issue present when "fast scrolling" was enabled and the user would mouse over the grid area while scrolling via the scrollbar (mouse_over styles must be set to non-default values).
Fixed: On High-DPI system setting ColorPickerDropDown.SelectedColorImageRectangle would render image enlarged
Fixed: RibbonForm does not render BackgroundImage


Only for V.I.P
Warning! You are not allowed to view this text.