New to Telerik UI for WPFStart a free 30-day trial

Exposes TaskBoardColumnContainer to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class TaskBoardColumnContainerAutomationPeer : ItemsControlAutomationPeer, IExpandCollapseProvider, IScrollItemProvider

Inheritance: objectTaskBoardColumnContainerAutomationPeer

Implements: IExpandCollapseProviderIScrollItemProvider

Constructors

Initializes a new instance of the TaskBoardColumnContainerAutomationPeer class.

C#
public TaskBoardColumnContainerAutomationPeer(TaskBoardColumnContainer column, RadTaskBoard parentTaskBoard)
Parameters:columnTaskBoardColumnContainerparentTaskBoardRadTaskBoard

Properties

ExpandCollapseState

ExpandCollapseState

C#
public ExpandCollapseState ExpandCollapseState { get; }

Methods

C#
public void Collapse()
C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters:itemobjectReturns:

ItemAutomationPeer

C#
public void Expand()
C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetItemTypeCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

C#
public void ScrollIntoView()