Table of Contents

Class GridBehaviour

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public abstract class GridBehaviour
Inheritance
GridBehaviour
Derived
Inherited Members

Methods

GetCustomRowCommands<T>(ISurface, T)

public virtual IEnumerable<IScreenCommand> GetCustomRowCommands<T>(ISurface surface, T row) where T : IEntity

Parameters

surface ISurface
row T

Returns

IEnumerable<IScreenCommand>

Type Parameters

T