Skip to main content

SpreadsheetCommandFactoryServiceWrapper.Service Property

Provides access to the service interface of the wrapper.

Namespace: DevExpress.XtraSpreadsheet.Services

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ISpreadsheetCommandFactoryService Service { get; }

Property Value

Type Description
ISpreadsheetCommandFactoryService

An ISpreadsheetCommandFactoryService interface of the wrapper.

See Also