DataGridSelectionMode Enum

Summary

Determines the selection model
Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["DataGridSelectionMode"] class Type type-node

Syntax

public enum DataGridSelectionMode

Fields

Name Constant Value Summary
Extended 0
static
Single 1
static

Extension Methods