Interface ITabControl
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ITabControl : IFrameworkElement, ITargetElement
Properties
SelectedIndex
Declaration
int SelectedIndex { get; set; }
Property Value
System.Int32
|