[]
        
(Showing Draft Content)

C1.Win.DataFilter.IValueEditor

IValueEditor Interface

Interface implemented by custom editors hosted in C1FilterEditor control.

Namespace: C1.Win.DataFilter
Assembly: C1.Win.DataFilter.8.dll
Syntax
public interface IValueEditor

Properties

Name Description
Enabled

Gets or sets a value indicating whether the editor can respond to user interaction.

Value

Gets or sets the value of custom editor.

Methods

Name Description
ApplyStyle(FilterEditorTheme)

Applies a FilterEditorTheme to the custom editor.

Dispose()

Releases the unmanaged resources used by the custom editor.

Events

Name Description
ValueChanged

Occurs when the Value property changed.