Interface IVisualStatesItemPresenter
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IVisualStatesItemPresenter : IControl, IFrameworkElement, ITargetElement
Properties
Arrow
IsHighlighted
Declaration
bool IsHighlighted { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; }
Property Value
System.Boolean
|
IsVisible
Declaration
bool IsVisible { get; }
Property Value
System.Boolean
|