Click or drag to resize
KaxFilterDataFieldEditor Class
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class KaxFilterDataFieldEditor : StateManager

The KaxFilterDataFieldEditor type exposes the following members.

Methods
Properties
  NameDescription
Public propertyDataType

Gets or sets (see the Remarks) the type of the data from the Field.

Public propertyDisplayName

Gets or sets DisplayName for the editor.

Public propertyFieldName

Gets or sets FieldName for the editor.

Public propertyOwner
Keeps reference to the owner KaxFilter control.
Public propertyPreviewDataFormat

Gets or sets PreviewDataFormat for the editor. This property will be used to format the value per editor when ExpressionPreviewPosition is different than KaxFilterExpressionPreviewPosition.None

Top
See Also