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.v24.1.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