Back to Devexpress

DialogParameters.ReadOnlyChecked Property

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

latest1.4 KB
Original Source

DialogParameters.ReadOnlyChecked Property

Gets or sets whether the Open as read-only check box is checked.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if the Open as read-only check box is checked; otherwise, false.

|

Remarks

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

See Also

ShowReadOnly

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace