Skip to content

Builder options

DateFormat

A property to get/set date format used for value matching when filtering on properties of DateTime type.

  • Type: string
  • Default: CultureInfo.InvariantCulture.DateTimeFormat.ShortDatePattern (MM/dd/yyyy)

ForField

A method to customize individual field options.

Arguments:

NameTypeComment
propertyExpression<Func<TDataTableFields, TMember>>Expression to the field
optionsActionAction<FieldOptions<TEntity>>An action to configure the field options

Released under the MIT License.