WPF

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

    Show / Hide Table of Contents

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

    SelectedCellProperty

    Declaration
    public static readonly DependencyProperty SelectedCellProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    CellCount

    Gets or sets the Cell count of the table

    Declaration
    public TableInfo CellCount { get; set; }
    Property Value
    Type Description
    TableInfo

    SelectedCell

    Gets or sets the value of Selected cell.

    Declaration
    public TableInfo SelectedCell { get; set; }
    Property Value
    Type Description
    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 Description
    System.Windows.PropertyChangedCallback
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved