[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyGrid.UriEditor

UriEditor Class

Default editor used by C1PropertyGrid to edit Uri values.

Inheritance
UriEditor
Namespace: C1.WPF.Extended.PropertyGrid
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public class UriEditor : C1TextBoxBase, ITypeMutipleEditorControl, ITypeEditorControl

Constructors

Name Description
UriEditor()

Methods

Name Description
Attach(PropertyAttribute)

Attaches (initializes) the editor with the current property.

Attach(PropertyGroup)

Attaches (initializes) the editor with the current Group.

Create()

Creates ands initializes a new instance of the editor

Detach(PropertyAttribute)

Detaches (releases) the editor that was attached with the property passed as parameter.

OnValueChanged()

Called when value bound to this editor is changed.

SetDefaultValue()

set a value when all properties in the group has not a same property value

Supports(PropertyAttribute)

Returns true if the editor supports (is able to show/edit) the property values described by the PropertyAttribute.

Events

Name Description
ValueChanged

Fired when the value of the current property has changed.