Skip to main content
All docs
V26.1
  • ExcelStyleFilterElementQueryOperatorsEventArgs Properties

    Provides data for the ExcelStyleFilterElement.QueryOperators event.
    Name Description
    DefaultOperator Gets or sets an operator that is selected when users create a new filter condition. Inherited from QueryOperatorsEventArgsBase<T>.
    FieldName Gets a name of the field for which operators are queried. Inherited from QueryOperatorsEventArgsBase<T>.
    Operators Gets or sets operators displayed in the operator list.
    See Also