Version 24.2 (latest)

SortingSettingsOverride Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowMultipleColumnSortingGets / sets if multiple column sorting will be allowed at this level. A null value will use the setting from the AllowMultipleColumnSorting.  
Public PropertyAllowMultipleColumnSortingResolvedGets if multiple column sorting is enabled on the ColumnLayout object. If it is not explicitly set will take the value from the AllowMultipleColumnSorting value.  
Public PropertyAllowSortingGets / sets if sorting should be allowed at this level. A null value will use the setting from the AllowSorting.  
Public PropertyAllowSortingResolvedGets if sorting is enabled on the ColumnLayout object. If it is not explicitly set will take the value from the AllowSorting value.  
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 PropertyFirstSortDirectionGets/Sets FirstSortDirection for a particular ColumnLayout  
Public PropertyFirstSortDirectionResolvedResolves the FirstSortDirection property for a particular ColumnLayout  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyShowSortIndicatorGets / sets if sorting should be allowed at this level. A null value will use the setting from the ShowSortIndicator.  
Public PropertyShowSortIndicatorResolvedGets if sorting is enabled on the ColumnLayout object. If it is not explicitly set will take the value from the ShowSortIndicator value.  
Public PropertySortedColumnsGets the SortedColumnsCollection which will describe how the rows will be sorted.  
Protected Properties
 NameDescription
Protected Internal PropertyColumnLayoutGets the ColumnLayout that owns the SettingsOverrideBase object. (Inherited from Infragistics.Controls.Grids.SettingsOverrideBase)
Protected Internal PropertyMultiSortingKeyResolvedGets what keyboard key will designate multiple column sorting.  
Protected PropertySettingsObjectOverridden. Gets the SettingsBase that is the counterpart to this SettingsOverrideBase  
See Also