Back to Devexpress

CommandState<T> Class

aspnet-js-commandstate-1.md

latest511 B
Original Source

CommandState<T> Class

Defines the state of a command.

Declaration

ts
declare class CommandState<T> extends SimpleCommandState

Type Parameters

NameDescription
T

The type of state object.

|

Remarks

An instance of this object can be accessed using a client command object’s getState method.

Inheritance

SimpleCommandState CommandState<T>

See Also

CommandState<T> Members