Table of Contents

Class ReferenceMenuCommandContext

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Provides the runtime context used by a reference context menu action.

public class ReferenceMenuCommandContext
Inheritance
ReferenceMenuCommandContext
Inherited Members
Extension Methods

Constructors

ReferenceMenuCommandContext()

Initializes a new instance of the ReferenceMenuCommandContext class.

public ReferenceMenuCommandContext()

Properties

ActionType

Gets or sets the action type.

public ReferenceMenuActionType ActionType { get; set; }

Property Value

ReferenceMenuActionType

Binding

Gets or sets the binding this command serves.

public TripousBinding Binding { get; set; }

Property Value

TripousBinding

Caller

Gets or sets the caller control.

public Control Caller { get; set; }

Property Value

Control

FormContext

Gets or sets the form context produced by the command.

public DataFormContext FormContext { get; set; }

Property Value

DataFormContext

FormName

Gets or sets the reference form name.

public string FormName { get; set; }

Property Value

string

Menu

Gets or sets the reference context menu.

public ReferenceContextMenu Menu { get; set; }

Property Value

ReferenceContextMenu

Result

Gets or sets the command result.

public object Result { get; set; }

Property Value

object

RowId

Gets or sets the reference row identifier.

public object RowId { get; set; }

Property Value

object