Class TablePickerUI
Class that provides UI Automation support of TablePickerUI
Inheritance
System.Object
TablePickerUI
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TablePickerUI : ButtonBase
Constructors
TablePickerUI()
Initializes a new instance of theTablePickerUI
Declaration
public TablePickerUI()
Fields
CellCountProperty
Declaration
public static readonly DependencyProperty CellCountProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SelectedCellProperty
Declaration
public static readonly DependencyProperty SelectedCellProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CellCount
Gets or sets the Cell count of the table
Declaration
public TableInfo CellCount { get; set; }
Property Value
Type |
---|
TableInfo |
SelectedCell
Gets or sets the value of Selected cell.
Declaration
public TableInfo SelectedCell { get; set; }
Property Value
Type |
---|
TableInfo |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnMouseLeave(MouseEventArgs)
Raises the MouseLeave event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The event data |
Events
SelectedCellChanged
Calls when Selected cell property changed event.
Declaration
public event PropertyChangedCallback SelectedCellChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |