Gets or sets whether to show the Open button within the Settings Bar. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v18.2.dll
public bool ShowOpenDocumentButton { get; set; }
Public Property ShowOpenDocumentButton As Boolean
Type | Description |
---|---|
Boolean | true, to show the Open button; otherwise, false. |
The Open button invokes the file picker that allows the end-user to choose a document file to open.