Show / Hide Table of Contents

Enum GridCellMode

Describes the operations that can be performed by GridCell.

Namespace: DevZest.Data.Views
Assembly: DevZest.Data.WPF.dll
Syntax
public enum GridCellMode

Fields

Name Description
Edit

The GridCell is in editing mode.

Select

The GridCell is in selection mode.

Extension Methods

ColumnExtensions.WithDefaultValue<GridCellMode, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<GridCellMode, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest