Back to Devexpress

DetailLevel Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-2aad8cb5.md

latest1.1 KB
Original Source

DetailLevel Enum

Contains values specifying the editor drawing detail level.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum DetailLevel
vb
Public Enum DetailLevel

Members

NameDescription
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

DevExpress.XtraEditors.Controls Namespace