Skip to main content
All docs
V25.2
  • DxFilterBuilderField Properties

    Defines a filter builder field.
    Name Description
    AllowSelection Specifies whether the field can be selected.
    Caption Specifies the field caption to be displayed in the field tree.
    CaptionFullPath Specifies the field caption to be displayed in the resulting filter criteria.
    EditSettings Allows you to customize the editor associated with this field.
    FieldName Specifies the data source field that populates values for a DxFilterBuilderField.
    Fields Specifies the collection of nested fields.
    IsCollection Specifies whether the field stores object collections.
    Type Specifies the field data type.
    ValueDisplayTemplate Specifies a template used to display field values or their placeholders.
    ValueEditTemplate Allows you to replace an autogenerated value editor with custom content.
    See Also