DataFormItem.ActualIsEnabled Property
Gets the IsEnabled 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
public bool ActualIsEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also