Skip to main content
A newer version of this page is available. .

SpreadsheetCommandFactoryServiceWrapper.Service Property

Provides access to the service interface of the wrapper.

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public ISpreadsheetCommandFactoryService Service { get; }

Property Value

Type Description
ISpreadsheetCommandFactoryService

An ISpreadsheetCommandFactoryService interface of the wrapper.

See Also