MY ACCOUNT  |  LOGIN

Sales: 1-888-936-8638

ORDER ONLINE >

 

  


  Windows Forms
      Products
       UI Products
   Essential Tools
   Essential Chart
   Essential Grid
   Essential Diagram
   Essential Edit
   Essential Gauge
       Back Office Products
   Essential PDF
   Essential XlsIO
   Essential DocIO
   Essential Calculate
   Essential Grouping
    Version History
    Free Trial
    Order Online
    What's New
    Development Build
    Roadmap
    System Requirements




Editors

Create professional, user-friendly data editing forms using the several advanced editors, available in Tools which are a comprehensive collections of controls that can be used in creating data entry forms. All the editor controls have been architected to provide simple and powerful means for capturing data input, validating and displaying it with the appropriate formatting. They are also shipped with the support of DataBinding, templates and styles to change the look and feel of the control to endless customization and achieve your requirements.Editors ranging from MaskedTextBox to ColorPickers are available. The below mentioned are our current editor packages available with us.

CalendarEdit DateTimeEdit
AutoComplete MaskedTextBox
NumericUpDown IntegerTextBox
DoubleTextBox PercentTextBox
FontListBox and FontListComboBox ColorPicker
ClockControl

CalendarEdit

CalendarEdit control allows the users to select Date values from a calendar. It renders a month-view with a header, that lets you to navigate between months. Dates ranging from year 0 to year 9999 A.D. can be displayed.

CalendarEdit
CalendarEdit

Key Features

Date Selection modes

CalendarEdit can operate in both a single Selection and MultiSelection modes.

MultiSelection
MultiSelection

Abbreviation Support

The name of the day and month can be displayed in abbreviated form. This feature is useful when there is limited space to display the CalendarEdit control.

Abbreviated day and month names
Abbreviated day and month names

Culture support

CalendarEdit control comes with full localization support with support for different cultures.

Hijri Calendar
Calendar in ar-SA culture

Calendar Modes

CalendarEdit control supports two CalendarModes like Standard Mode and Vista Mode.

Standard ModeVista Mode
Calendar in Standard and Vista Mode

Customization

CalendarEdit control can be customized to provide appealing look and feel. The colors can be customized and it also supports adjustable Border and Radius for both day cell and month cell.

Customized calendar
Customized CalendarEdit control

DateTimeEdit

The DateTimeEdit control enables the user to select DateTime values.

DateTimeEdit
DateTimeEdit

Key Features

Date Formats

DateTimeEdit control supports upto 11 different DateTime formats. The following are the supported DateTime Formats.

  • ShortDate
  • LongDate
  • ShortTime
  • LongTime
  • FullDateTime
  • MonthDay
  • RFC1123
  • SortableDateTime
  • UniversalSortableDateTime
  • YearMonth

DateFormat ShortTimeDateFormat FullDateTime
DateTimeEdit control with ShortTime and FullDateTime format

Cultures

DateTimeEdit control comes with full Internationalization support with support for different cultures.

uk-UA Culturevi-VN Culture

DateTimeEdit control in uk-UA and vi-VN Culture

Alignment

DateTimeEdit control supports three Horizontal and Vertical Alignments. Supported horizontal alignments are Left, Right and Center. Vertical alignments supported by DateTimeEdit control are Top, Center and Bottom.

DateTimeEdit - TopLeft Aligned

DateTimeEdit - Horizontal and Vertical Alignments as Left and Top

DateTimeEdit - Center Aligned

DateTimeEdit - Horizontal and Vertical Alignments as Center

DateTimeEdit - BottomRight Aligned

DateTimeEdit - Horizontal and Vertical Alignments as Right and Bottom

Pop Up CalendarEdit control

Optionally, CalendarEdit control can be popped up from the DateTimeEdit to navigate from any date, month and year to another date.

DateTimeEdit - Popup

DateTimeEdit - Popup CalendarEdit control

Customization

DateTimeEdit control can be customized to match the look and feel of any application. Different brushes can be applied to the correct and incorrect date respectively. Also Shadow and Mirror images can be applied to the DateTimeEdit control.

DateTimeEdit - Incorrect

DateTimeEdit - Incorrect Date

DateTimeEdit - Correct

DateTimeEdit - Correct Date

DateTimeEdit - Custom Style

DateTimeEdit - Customization

AutoComplete

Auto Complete control minimizes the time and effort spent by the users in typing. It reduces typographical errors by displaying the correct words from list. It enables the users to display file paths, registry entries and custom defined words from variety of datasources.

Auto Complete Sources

  • FilePath - Uses the file directory list as the AutoComplete list.
  • Registry - Uses the registry directory list as the AutoComplete list.
  • Custom - Any custom IList implemented object can be used as the AutoComplete list.

AutoComplete

AutoComplete TextBox

Key Features

  • Filter out certain items from the AutoComplete list.
  • Use saved values from a history.

History List
History List

  • When the items are loaded into the inner list, a Vista type progress bar appears to display the progress.

Vista ProgressBar
Vista ProgressBar

MaskedTextBox

The MaskedTextBox control constrains the format of user input, to ensure valid inputs. Regular Expression based validation also supported.

WaterMark Text

Masked TextBox comes with the support for watermark text. The watermark text help provide some hint to the user regarding the kind of input text that is expected in the MaskedTextBox. The watermark text can be hidden, when the textbox gets focus, or when the user starts typing in the textbox.

MaskedTextBox - watermark text
MaskedTextBox - watermark text

Visual Style

There are a number of built-in skins that can be applied to a MaskedTextBox, like Office2007 Silver, Office 2007 Blue, Office 2007 Black, Blend and Office2003

MaskedTextBox - Blend Style
MaskedTextBox - Blend Style

MaskedTextBox - Office2007Silver Style
MaskedTextBox - Office2007Silver Style

MaskedTextBox - Office2003 Style
MaskedTextBox - Office2003 Style

NumericUpDown

The UpDown control is a textbox with a pair of arrow buttons for navigation. This control can used to get numeric input from the users within a specific range.

Using NumericUpDown control, double values can be incremented or decremented when the arrow button is clicked. Stunning gradients and themes can be applied to the control to add good look and feel to the application. Numeric UpDown control also supports animations.

UpDown
UpDown Button

Key Features

  • Animations can be applied to shifting values.
  • Max and Min values can be specified.
  • Adjust the animation speed as required.
  • Supports different numeric formats.

Number Format
Number Format With 4 Decimal Digits

IntegerTextBox

IntegerTextBox restricts the end users to entering just integers into the TextBox.

Customize Group Separators

Use any group separate besides the default comma.

IntegerTextBox - Default GroupSeparator
IntegerTextBox - Default GroupSeparator

Custom Negative Foreground

Replace the default red foreground that gets applied for negative text with any color.

IntegerTextBox - Custom Negative Foreground
IntegerTextBox - Custom Negative Foreground

Visual Style

The IntegerTextBox look and feel can be customized using any of the built-in skins supported or using custom colors.

IntegerTextBox - Blend Style
IntegerTextBox - Blend Style

IntegerTextBox - Office2007Silver Style
IntegerTextBox - Office2007Silver Style

IntegerTextBox - Office2003 Style
IntegerTextBox - Office2003 Style

DoubleTextBox

DoubleTextBox restricts the end users to entering just double values into the TextBox.

Customize Group Separators

Use any group separate besides the default comma and dot.

DoubleTextBox - Default Group Separator
DoubleTextBox - Default Group Separator

Custom Negative Foreground

Replace the default red foreground that gets applied for the negative text with any color.

DoubleTextBox - Custom Negative Foreground
DoubleTextBox - Custom Negative Foreground

Visual Style

The DoubleTextBox look and feel can be customized using any of the built-in skins supported or using custom colors.

DoubleTextBox - Blend Style
DoubleTextBox - Blend Style

DoubleTextBox - Office2007Silver Style
DoubleTextBox - Office2007Silver Style

DoubleTextBox - Office2003 Style
DoubleTextBox - Office2003 Style

PercentTextBox

The PercentTextBox is a text box-derived control that can display values in percentage form.

Percentage Symbol

The percentage symbol can be customized to any custom symbol. This is very useful while localizing the application for custom locales.

PercentTextBox - DefaultPercentageSymbol
PercentTextBox - DefaultPercentageSymbol

PercentTextBox - CustomPercentageSymbol
PercentTextBox - CustomPercentageSymbol

Dynamic Negative Foreground

By default in the PercentTextbox, the negative foreground value is red in color. This can be customized to any other color to reflect negative values.

PercentTextBox - Default Negative Foreground
PercentTextBox - Default Negative Foreground

PercentTextBox - Custom Negative Foreground
PercentTextBox - Custom Negative Foreground

Visual Style

PercentTextBox comes with a number of built-in themes like Office2007 Silver, Office2007 Blue and Office2007 Black, Blend and Office2003.

PercentTextBox - Blend Style
PercentTextBox - Blend Style

PercentTextBox - Office2007Silver Style
PercentTextBox - Office2007Silver Style

PercentTextBox - Office2003 Style
PercentTextBox - Office2003 Style

FontListBox and FontListComboBox

Provide Font options to your end users through the FontListBox and FontListComboBox respectively. Custom collections of fonts can be added using the FontSource property. It helps the user to select the font easily by displaying the name of the font in its own style.

FontListBoxFontListComboBox

FontListBox and FontListComboBox

Key Features

  • Font lists can be maintained as ThemeFonts and normal fonts collection. Also Recently Used Fonts can be tracked and displayed in the list.

Recently Used Font CollectionRecently Used Font Collection

Recently Used Font and ThemeFont in FontListBox and FontListComboBox

ColorPicker

The ColorPicker control displays a color palette to let your end users select a color.

ColorPicker
Color Picker

Key Features

Color Modes

ColorPicker control supports two color modes namely HSV and RGB. In RGB mode, it displays the combination of RGB colors where the users can try different combination of RGB values to produce a required color. In HSV mode, colors can be picked by clicking on the ColorEditor control or by changing the HSV values in the TextBoxes.

ColorPicker - RGB Mode
ColorPicker - RGB Mode

ColorPicker - HSV Mode
ColorPicker - HSV Mode

ToolTips

In order to help the users pick color easily, ColorPicker control displays the name of the color as a tooltip, whenever the mouse cursor is moved over a known color.

ColorPicker - ToolTip
ColorPicker - ToolTip

Customization

The look and feel of the ColorPicker control is fully customizable.

ColorPicker - Customization
ColorPicker - Customization

ClockControl

ClockControl supports both analog and digital modes for displaying the time. Different Visual skins including Office2007's blue, black, silver and blend theme can be applied.

Visual Style

ClockControl ships with a number of built-in themes like Office2007 Silver, Office 2007 Blue and Office 2007 Black, Blend and Office2003.

ClockControl - Blend Style
ClockControl - Blend Style

ClockControl - Office2007Silver Style
ClockControl - Office2007Silver Style

ClockControl - Office2003 Style
ClockControl - Office2003 Style

© 2001-2009 Copyright Syncfusion Inc. All rights reserved.  |  Privacy Policy  |  Contact  |  Sitemap  |