Back to Devexpress

DialogParameters.ShowReadOnly Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-ee731f4c.md

latest1.4 KB
Original Source

DialogParameters.ShowReadOnly Property

Gets or sets whether to display the Open as read-only check box.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowReadOnly { get; set; }
vb
Public Property ShowReadOnly As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the Open as read-only check box; otherwise, false.

|

Remarks

Refer to the following help topic for more information: ShowReadOnly.

See Also

ReadOnlyChecked

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace