Class DetailGridCommandContext
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
ItemContext
Gets or sets the item context.
public UiItemContext ItemContext { get; set; }