Xceed.Silverlight.Controls.v2.0 Assembly : Xceed.Silverlight.Controls Namespace |
Contains classes related to controls used by Xceed's Silverlight products.
Class | Description | |
---|---|---|
AlphabeticalDataNavigationConfiguration | Used to configure the DataNavigationControl to display buttons that correspond to alphabetical keys (A through Z). | |
AutoSelectTextBox | Represents a text box whose content is selected when it receives the focus, performing automatic focus navigation when the caret reaches the extremities of the text range. | |
CustomKeysDataNavigationConfiguration | Used to configure the DataNavigationControl to display buttons that correspond to the keys in CustomKeys. | |
DataNavigationConfiguration | Base class of the classes used to configure the DataNavigationControl. | |
DataNavigationControl | Provides a data navigation panel containing buttons that correspond to keys, which are used to browse to first-level groups corresponding to the value represented by the keys. | |
DataNavigationItem | Represents an item in the data navigation control. | |
DividendDivisorToCeilingQuotientConverter | Converts two values (a dividend and a divisor) to a "ceiling" quotient. | |
Licenser | Class through which the controls contained in the Xceed.Silverlight.Controls namespace can be registered. | |
NumericTextBox | Represents a control that limits the value extracted from the input text to be a numeric value. | |
QueryTextFromValueEventArgs | Provides information about the value and text being queried when an attempt is made to convert the specified value into its string representation. | |
QueryValueFromTextEventArgs | Provides information about the text and value being queried when an attempt is made to extract a value from the specified text. | |
RangeDataNavigationConfiguration | Used to configure the DataNavigationControl to display buttons that correspond to a range of numeric values. | |
UniformGrid | Provides a way to arrange content in a grid layout where all the cells in the grid have the same size. | |
WatermarkTextBox | Represents a text box that allows the use of a watermark in the editable field. |
Interface | Description | |
---|---|---|
IDataNavigationHost | Defines members that can be implemented to provide data navigation capabilities. |
Enumeration | Description | |
---|---|---|
AutoSelectBehavior | Value indicating how the content of an AutoSelectTextBox is selected. |