ChooseFilePage.FileName Property
Specifies the name of the selected file.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "RaiseChanged")]
public virtual string FileName { get; set; }
Property Value
Type | Description |
---|---|
String | A string specifying the file name. |
See Also