Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

AppearanceFocusedCellMode Enum

Contains values specifying whether the appearance settings for a GridListEditor‘s focused cell are enabled.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public enum AppearanceFocusedCellMode

Members

Name Description
Smart

The appearance settings for a GridListEditor‘s focused cell are enabled when there is more that one visible column.

Enabled

The appearance settings for a GridListEditor‘s focused cell are enabled.

Disabled

The appearance settings for a GridListEditor‘s focused cell are ignored when the cell is not in edit mode.

Remarks

These values are used to set the GridListEditor.AppearanceFocusedCellMode property.

See Also