Back to Devexpress

DialogClosedEventArgs.ReadOnlyChecked Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogclosedeventargs-4752520a.md

latest1.4 KB
Original Source

DialogClosedEventArgs.ReadOnlyChecked Property

Gets 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; }
vb
Public ReadOnly Property ReadOnlyChecked As Boolean

Property Value

TypeDescription
Boolean

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

DialogClosedEventArgs Class

DialogClosedEventArgs Members

DevExpress.Xpf.Editors Namespace