Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetCommandFactoryServiceWrapper.Service Property

Provides access to the service interface of the wrapper.

Namespace: DevExpress.XtraSpreadsheet.Services

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public ISpreadsheetCommandFactoryService Service { get; }

Property Value

Type Description
ISpreadsheetCommandFactoryService

An ISpreadsheetCommandFactoryService interface of the wrapper.

See Also