ComponentOne Basic Library for WPF and Silverlight
IsEditable Property (C1EditableContentControl)


C1.WPF Namespace > C1EditableContentControl Class : IsEditable Property
Gets/set if the control can be edited.
Syntax
'Declaration
 
Public Property IsEditable As System.Boolean
'Usage
 
Dim instance As C1EditableContentControl
Dim value As System.Boolean
 
instance.IsEditable = value
 
value = instance.IsEditable
public System.bool IsEditable {get; set;}
See Also

Reference

C1EditableContentControl Class
C1EditableContentControl Members