New to Telerik UI for WPFStart a free 30-day trial

Provides methods and properties for using NumberFormatAutoCompleteComboBox.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class NumberFormatAutoCompleteComboBox : ControlBase

Inheritance: objectControlBaseNumberFormatAutoCompleteComboBox

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

Initializes a new instance of the NumberFormatAutoCompleteComboBox class.

C#
public NumberFormatAutoCompleteComboBox()

Fields

CellValueFormatProperty

DependencyProperty

The Dependency property CellValueFormatProperty.

C#
public static readonly DependencyProperty CellValueFormatProperty

IsOpenProperty

DependencyProperty

The Dependency property IsOpenProperty.

C#
public static readonly DependencyProperty IsOpenProperty

ItemsPanelHeightProperty

DependencyProperty

The Dependency property ItemsPanelHeightProperty.

C#
public static readonly DependencyProperty ItemsPanelHeightProperty

RadSpreadsheetProperty

DependencyProperty

The Dependency property RadSpreadsheetProperty.

C#
public static readonly DependencyProperty RadSpreadsheetProperty

Properties

CellValueFormat

CellValueFormat

Gets or sets the cell value format.

C#
public CellValueFormat CellValueFormat { get; set; }
Property Value:

The cell value format.

Gets or sets a value indicating whether the ComboBox is open.

C#
public bool IsOpen { get; set; }
Property Value:

The value indicating whether the ComboBox is open.

Gets or sets the height of the items panel.

C#
public double ItemsPanelHeight { get; set; }
Property Value:

The height of the items panel.

Gets the number format source.

C#
public ObservableCollection<NumberFormatInfo> NumberFormatSource { get; }
Property Value:

The number format source as ObservableCollection of NumberFormatInfo instances.

Gets or sets the RadSpreadsheet of the NumberFormatAutoCompleteComboBox.

C#
public RadSpreadsheet RadSpreadsheet { get; set; }
Property Value:

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.

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.