New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public XmlVisualStateSelector()
C#
public XmlVisualStateSelector(string visualState)
Parameters:visualStatestring

Properties

Gets or sets value corresponding to the VisualState of the item that the selector targets

C#
public string VisualState { get; set; }

Methods

C#
protected override IElementSelector CreateInstance()
Returns:

IElementSelector

Overrides: XmlElementSelector.CreateInstance()