Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

DetailLevel Enum

Contains values specifying the editor drawing detail level.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum DetailLevel

#Members

Name Description
Minimum

Specifies the minimum detail level of editor drawing. In this case, editor’s buttons are not displayed.

Full

Specifies the full detail level of editor drawing. In this case editors display their buttons.

#Remarks

This enumeration is used internally by the controls such as Grid Control and most commonly, you will have no need to use it in your code.

See Also