Interface ICustomReadOnly
Defines behaviour for IsReadOnly.
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface ICustomReadOnly
Properties
IsReadOnly
Whether this object is read-only.
Declaration
bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
bool |