Skip to main content
A newer version of this page is available. .

DetailLevel Enum

Contains values specifying the editor drawing detail level.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v18.2.dll

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