InterfaceIRadFileDialog
Interface
Represents the RadFileDialog control wrapper for Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public interface IRadFileDialog : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
CancelButton
Gets the button that is used to cancel the dialog.
CloseButton
Gets the button that is used to close the dialog.
Explorer
Get the ExplorerControl.
Header
Gets the Header of the dialog.
OperationsPane
Get the OperationsPane.
SelectedFilesAutoCompleteBox
Gets the autocomplete textbox that is used to select a file using typing.
Declaration
cs-api-definition
RadAutoCompleteBox SelectedFilesAutoCompleteBox { get; }
Property Value