WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TablePickerItem

    Show / Hide Table of Contents

    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 Description
    System.Windows.DependencyProperty

    Properties

    Column

    Gets or sets the column of table

    Declaration
    public int Column { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    Row

    Gets or sets the Row of table

    Declaration
    public int Row { get; set; }
    Property Value
    Type Description
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved