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