ClassMapCommandBar
Class
Represents the MapCommandBar class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class MapCommandBar : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlMapCommandBar
Implements:
Inherited Members
Constructors
MapCommandBar()
Declaration
cs-api-definition
public MapCommandBar()
Properties
Buttons
Gets a list of all buttons in the MapCommandBar
Declaration
cs-api-definition
public IList<RadRadioButton> Buttons { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides