DataFormTextItemBase.ActualIsReadOnly Property
In This Article
Gets the IsReadOnly value that is applied to the current instance of the DataFormItem.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool ActualIsReadOnly { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also