Click or drag to resize
KaxFilterFieldDescriptor Class
Describes all filterable fields of IKaxFilterableContainer
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsKaxFilterFieldDescriptor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxFilterFieldDescriptor : IEquatable<KaxFilterFieldDescriptor>

The KaxFilterFieldDescriptor type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(KaxFilterFieldDescriptor)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyDataType
Data type of filterable field
Public propertyDisplayName
Name of the filterable field that will be displayed
Public propertyFieldName
Name of the filterable field
Top
See Also