Gets a value indicating whether this IDataField is readonly.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
bool Readonly { get; } |
Visual Basic |
---|
ReadOnly Property Readonly As Boolean Get |
Visual C++ |
---|
property bool Readonly { bool get (); } |
F# |
---|
abstract Readonly : bool with get |
Property Value
Type: Booleantrue if readonly; otherwise, false.