Table of Contents

Class DataGrid.GoToStateTriggerAction

Namespace
UraniumUI.Material.Controls
Assembly
UraniumUI.Material.dll
public class DataGrid.GoToStateTriggerAction : TriggerAction<View>
Inheritance
DataGrid.GoToStateTriggerAction
Inherited Members

Constructors

GoToStateTriggerAction(string)

public GoToStateTriggerAction(string state)

Parameters

state string

Properties

State

public string State { get; protected set; }

Property Value

string

Methods

Invoke(View)

protected override void Invoke(View sender)

Parameters

sender View