Version

Search Results

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinEditors Namespace: Infragistics.Win.UltraWinEditors K...

Changing the Background Color of the SelectedRows

Changing the Background Color of the SelectedRows WinColorPicker™ consists of a drop-down list that allows the user to choose a color. When the drop-down list is shown you have the choice between the following three tabs to choose a color from. Custom Web System A example use case, is where you want to allow your ...

Set the DefaultStyle to VisualStudio

Set the DefaultStyle to VisualStudio By default, all WinColorPickers will be instantiated with their Style property set to ColorPalette. This will give the dropdown editor the same UI as the WinColorPalette. If the VisualStudio style is preferred, the Style property can be set on an individual WinColorPicker contr...

WinColorPicker Smart Tag

WinColorPicker Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy access...

WinColorPicker

WinColorPicker Click the links below to find information specific to the WinColorPicker™ control: About WinColorPicker — Provides information on what the WinColorPicker control does, and why you would want to use it in your application. WinColorPicker Smart Tag — Describes the properties and settings that are disp...

About WinCombo

About WinCombo The WinCombo™ control is a Windows Forms control that provides a simplified version of the WinGrid™ control in the form of a drop-down list. Appearance Support — Full appearance support including alpha-blending, gradients, and image, etc. Presets — Built-in presets that set the look and behavior of ...

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinGrid Namespace: Infragistics.Win.UltraWinGrid Key Cla...

Automatically Fill an Empty Date when Leaving an Editor

Automatically Fill an Empty Date when Leaving an Editor We’ve added a new property to the EditorWithMask base class, WinMaskedEdit™ control, and WinDateTimeEditor™ control. This new property, AutoFillDate , will allow you to specify whether the control should automatically enter the current month or month and year...

Binding WinCombo to a Data Table

Binding WinCombo to a Data Table Before You Begin: The WinCombo™ control is a Windows Forms control, which provides full data binding support using DataSource and DataMember properties. What You Will Accomplish: You will learn how to bind WinCombo to the Employees data table of the Northwind database. Follow These...

Binding WinCombo to Data Using LINQ to SQL

Binding WinCombo to Data Using LINQ to SQL The .NET Language Integrated Query (LINQ) is a querying programming model that can be used with a data source. You can use LINQ within your programming language, such as C#, to retrieve data and easily manipulate the results. LINQ to SQL is an object relational model impl...