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