Version

XamGridAutomationPeer Class Properties

For a list of all members of this type, see XamGridAutomationPeer members.

Public Properties
 NameDescription
Public PropertyCanSelectMultipleGets a value indicating whether the UI automation provider allows more than one child element to be selected concurrently.  
Public PropertyColumnCountGets the total number of columns in a grid.  
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyEventsSourceGets or sets an System.Windows.Automation.Peers.AutomationPeer that is reported to the automation client as a source for all the events that come from this System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer)
Public PropertyHorizontallyScrollableGets a value indicating whether the control can scroll horizontally.  
Public PropertyHorizontalScrollPercentGets the current horizontal scroll position.  
Public PropertyHorizontalViewSizeGets the current horizontal view size.  
Public PropertyIsSelectionRequiredGets a value indicating whether the UI automation provider requires at least one child element to be selected.  
Public PropertyOwnerGets the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. (Inherited from System.Windows.Automation.Peers.UIElementAutomationPeer)
Public PropertyRowCountGets the total number of rows in a grid.  
Public PropertyRowOrColumnMajorGets the primary direction of traversal for the table.  
Public PropertyVerticallyScrollableGets a value indicating whether the control can scroll vertically.  
Public PropertyVerticalScrollPercentGets the current vertical scroll position.  
Public PropertyVerticalViewSizeGets the vertical view size.  
Protected Properties
 NameDescription
Protected Internal PropertyIsHwndHostGets a value that indicates whether the element that is associated with this System.Windows.Automation.Peers.AutomationPeer hosts hwnds in Windows Presentation Foundation (WPF). (Inherited from System.Windows.Automation.Peers.AutomationPeer)
See Also