Class RadListDataItemAccessibleObject
Inheritance
System.Object
RadListDataItemAccessibleObject
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadListDataItemAccessibleObject : RadItemAccessibleObject
Constructors
Properties
Declaration
public override Rectangle Bounds { get; }
Property Value
Declaration
public override string Description { get; }
Property Value
Declaration
public override string Help { get; }
Property Value
Declaration
public override string Name { get; set; }
Property Value
Declaration
public override object Owner { get; }
Property Value
Overrides
Declaration
public override AccessibleObject Parent { get; }
Property Value
|
System.Windows.Forms.AccessibleObject
|
Declaration
public override AccessibleRole Role { get; }
Property Value
|
System.Windows.Forms.AccessibleRole
|
Declaration
protected RadListDataItem SelectedDataItem { get; set; }
Property Value
Declaration
public override AccessibleStates State { get; }
Property Value
|
System.Windows.Forms.AccessibleStates
|
Methods
Declaration
public override void DoDefaultAction()
Extension Methods