Skip to main content

ChooseFileOptionsPage.SourceOptionsViewModel Property

Provides access to an object specifying the ViewModel options of a wizard page related to the Excel data source settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual ExcelSourceOptionsBaseViewModel SourceOptionsViewModel { get; protected set; }

Property Value

Type Description
ExcelSourceOptionsBaseViewModel

An ExcelSourceOptionsBaseViewModel descendant (typically, this is an ExcelSourceOptionsViewModel object).

See Also