Class IOFileDialogOption
public class IOFileDialogOption : IIOFileDialogOption
- Inheritance
-
IOFileDialogOption
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Filter
public string Filter { get; set; }
Property Value
InitialDirectory
public string InitialDirectory { get; set; }
Property Value
RestoreDirectory
public bool RestoreDirectory { get; set; }
Property Value
Title
public string Title { get; set; }