Interface IWorkspaceFormContext
Represents a context for a form in applications that support workspace feature.
public interface IWorkspaceFormContext : IFormContext
- Extension Methods
Properties
WorkspaceId
Represents the current workspace of the form.
int WorkspaceId { get; }
Property Value
- int