Table of Contents

Class DetailGridCommandContext

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Provides the runtime context used by detail table grid commands.

public class DetailGridCommandContext : GridCommandContext
Inheritance
DetailGridCommandContext
Inherited Members
Extension Methods

Properties

DetailInfo

Gets or sets the detail table information.

public UiDetailTableInfo DetailInfo { get; set; }

Property Value

UiDetailTableInfo

ItemContext

Gets or sets the item context.

public UiItemContext ItemContext { get; set; }

Property Value

UiItemContext