Class
NumberFormatAutoCompleteComboBox

Provides methods and properties for using NumberFormatAutoCompleteComboBox.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class NumberFormatAutoCompleteComboBox : ControlBase

Inheritance: objectControlBaseNumberFormatAutoCompleteComboBox

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

Constructors

NumberFormatAutoCompleteComboBox()

Initializes a new instance of the NumberFormatAutoCompleteComboBox class.

Declaration

cs-api-definition
public NumberFormatAutoCompleteComboBox()

Fields

CellValueFormatProperty

The Dependency property CellValueFormatProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty CellValueFormatProperty

Field Value

DependencyProperty

IsOpenProperty

The Dependency property IsOpenProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty IsOpenProperty

Field Value

DependencyProperty

ItemsPanelHeightProperty

The Dependency property ItemsPanelHeightProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemsPanelHeightProperty

Field Value

DependencyProperty

RadSpreadsheetProperty

The Dependency property RadSpreadsheetProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty RadSpreadsheetProperty

Field Value

DependencyProperty

Properties

CellValueFormat

Gets or sets the cell value format.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsOpen { get; set; }

Property Value

bool

The value indicating whether the ComboBox is open.

ItemsPanelHeight

Gets or sets the height of the items panel.

Declaration

cs-api-definition
public double ItemsPanelHeight { get; set; }

Property Value

double

The height of the items panel.

NumberFormatSource

Gets the number format source.

Declaration

cs-api-definition
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

cs-api-definition
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 . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.