Back to Devexpress

AppearanceFocusedCellMode Enum

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-c34a7c3b.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public enum AppearanceFocusedCellMode
vb
Public Enum AppearanceFocusedCellMode

Members

NameDescription
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.

|

The following properties accept/return AppearanceFocusedCellMode values:

Remarks

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

See Also

EnableAppearanceFocusedCell

DevExpress.ExpressApp.Win.Editors Namespace