Class TablePickerItem
Class that provides UI Automation support of TablePickerItem
Inheritance
System.Object
TablePickerItem
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TablePickerItem : Control
Constructors
TablePickerItem()
Initializes a new instance of theTablePickerItem
Declaration
public TablePickerItem()
Fields
IsValidatedProperty
Declaration
public static readonly DependencyProperty IsValidatedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Column
Gets or sets the column of table
Declaration
public int Column { get; set; }
Property Value
Type |
---|
System.Int32 |
IsValidated
Gets or sets the value check whether the Table picker item is validated or not.
Declaration
public bool IsValidated { get; set; }
Property Value
Type |
---|
System.Boolean |
Row
Gets or sets the Row of table
Declaration
public int Row { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Declaration
public override void OnApplyTemplate()