DetailLevel Enum
In This Article
Contains values specifying the editor drawing detail level.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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