ClassRadFileDialog
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf.FileDialogs
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadFileDialog : Control, IAutomationPeer, IPeerConverter, IRadFileDialog, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadFileDialog
Derived Classes:
Implements:
Inherited Members
Constructors
RadFileDialog()
Initializes a new instance of the RadFileDialog class.
Declaration
cs-api-definition
public RadFileDialog()
Fields
dialogHeaderProperty
Declaration
cs-api-definition
public static AutomationProperty dialogHeaderProperty
Field Value
Properties
CancelButton
Gets the button that is used to cancel the dialog.
Declaration
cs-api-definition
public RadButton CancelButton { get; }
Property Value
Implements
CloseButton
Gets the button that is used to close the dialog.
Declaration
cs-api-definition
public RadButton CloseButton { get; }
Property Value
Implements
Explorer
Gets the ExplorerControl.
Declaration
cs-api-definition
public ExplorerControl Explorer { get; }
Property Value
Implements
Header
Get the Header of the dialog.
OperationsPane
Gets the OperationsPane.
SelectedFilesAutoCompleteBox
Gets the autocomplete text box that is used to type files.
Declaration
cs-api-definition
public RadAutoCompleteBox SelectedFilesAutoCompleteBox { get; }
Property Value
Implements