Version

EditingSettings Class Properties

For a list of all members of this type, see EditingSettings members.

Public Properties
 NameDescription
Public PropertyAllowEditingGets/Sets if Editing is enabled, and if so, what mode it should be in for all ColumnLayout objects in the XamGrid  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsEnterKeyEditingEnabledGets/Sets if pressing the Enter key will cause the ActiveCell to enter edit mode. (Inherited from Infragistics.Controls.Grids.EditingSettingsBase)
Public PropertyIsF2EditingEnabledGets/Sets if pressing the F2 key will cause the ActiveCell to enter edit mode. (Inherited from Infragistics.Controls.Grids.EditingSettingsBase)
Public PropertyIsMouseActionEditingEnabledGets/Sets the MouseEditingAction that can cause a Cell to enter edit mode. (Inherited from Infragistics.Controls.Grids.EditingSettingsBase)
Public PropertyIsOnCellActiveEditingEnabledGets/Sets if a Cell will enter edit mode when it becomes active. (Inherited from Infragistics.Controls.Grids.EditingSettingsBase)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Protected Properties
 NameDescription
Protected Internal PropertyGridGets the XamGrid that owns the SettingsBase object. (Inherited from Infragistics.Controls.Grids.SettingsBase)
See Also