Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemCheckedComboBoxEdit.ResetTextEditStyleToStandardInFilterControl Property

Gets whether the RepositoryItemPopupContainerEdit.TextEditStyle property is automatically set to TextEditStyles.Standard, when the editor is displayed within a FilterControl and FilterEditorControl.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public override bool ResetTextEditStyleToStandardInFilterControl { get; }

#Property Value

Type Description
Boolean

true if the RepositoryItemPopupContainerEdit.TextEditStyle property is automatically set to TextEditStyles.Standard, when the editor is displayed within a FilterControl and FilterEditorControl; otherwise, false.

#Remarks

In-place editors are used in a FilterControl and FilterEditorControl to select/edit values in filter conditions. If a Filter Control is used to build filter expressions for a container control (e.g., GridControl), the container control’s in-place editor is also used within the Filter Control. By default, the ResetTextEditStyleToStandardInFilterControl property is set to true. In this mode, the RepositoryItemButtonEdit.TextEditStyle property is automatically set to TextEditStyles.Standard for editors displayed within the FilterControl, allowing users to select/edit values in filter conditions. If the ResetTextEditStyleToStandardInFilterControl property is set to false, the editor’s RepositoryItemButtonEdit.TextEditStyle property is not modified by the Filter Control, and is left as is.

See Also