Gets a value indicating whether this IDataField is readonly.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool Readonly { get; }
Visual Basic
Public ReadOnly Property Readonly As Boolean
	Get
Visual C++
public:
virtual property bool Readonly {
	bool get () sealed;
}
F#
abstract Readonly : bool with get
override Readonly : bool with get

Property Value

Type: Boolean
Always false.

Implements

IDataField..::..Readonly

See Also