ClassNumberFormatAutoCompleteComboBox
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
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
DependencyProperty
IsOpenProperty
The Dependency property IsOpenProperty.
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
DependencyProperty
ItemsPanelHeightProperty
The Dependency property ItemsPanelHeightProperty.
Declaration
public static readonly DependencyProperty ItemsPanelHeightProperty
Field Value
DependencyProperty
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly DependencyProperty RadSpreadsheetProperty
Field Value
DependencyProperty
Properties
CellValueFormat
Gets or sets the cell value format.
Declaration
public CellValueFormat CellValueFormat { get; set; }
Property Value
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
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
The height of the items panel.
NumberFormatSource
Gets the number format source.
Declaration
public ObservableCollection<NumberFormatInfo> NumberFormatSource { get; }
Property Value
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
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 . 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 event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.