Class NumberFormatAutoCompleteComboBox
Provides methods and properties for using NumberFormatAutoCompleteComboBox.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class NumberFormatAutoCompleteComboBox : ControlBase
Constructors
NumberFormatAutoCompleteComboBox()
Initializes a new instance of the NumberFormatAutoCompleteComboBox class.
Declaration
public NumberFormatAutoCompleteComboBox()
Fields
CellValueFormatProperty
The Dependency property CellValueFormatProperty.
Declaration
public static readonly DependencyProperty CellValueFormatProperty
Field Value
System.Windows.DependencyProperty
|
IsOpenProperty
The Dependency property IsOpenProperty.
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
System.Windows.DependencyProperty
|
ItemsPanelHeightProperty
The Dependency property ItemsPanelHeightProperty.
Declaration
public static readonly DependencyProperty ItemsPanelHeightProperty
Field Value
System.Windows.DependencyProperty
|
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellValueFormat
The cell value format. |
IsOpen
Gets or sets a value indicating whether the ComboBox is open.
Declaration
public bool IsOpen { get; set; }
Property Value
System.Boolean
The value indicating whether the ComboBox is open. |
ItemsPanelHeight
Gets or sets the height of the items panel.
Declaration
public double ItemsPanelHeight { get; set; }
Property Value
System.Double
The height of the items panel. |
NumberFormatSource
Gets the number format source.
Declaration
public ObservableCollection<NumberFormatInfo> NumberFormatSource { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<NumberFormatInfo>
The number format source as ObservableCollection of NumberFormatInfo instances. |
RadSpreadsheet
Gets or sets the RadSpreadsheet of the NumberFormatAutoCompleteComboBox.
Declaration
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value
RadSpreadsheet
The RadSpreadsheet of the NumberFormatAutoCompleteComboBox. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |