Version

RowSelectorSettings Class Properties

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

Public Properties
 NameDescription
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 PropertyEnableRowNumberingGets / sets if the RowSelectors should show row numbers.  
Public PropertyFooterStyleGets/sets the System.Windows.Style that will be used on the Infragistics.Controls.Grids.Primitives.RowSelectorFooterCellControl objects of the ColumnLayout.  
Public PropertyHeaderStyleGets/sets the System.Windows.Style that will be used on the Infragistics.Controls.Grids.Primitives.RowSelectorHeaderCellControl objects of the ColumnLayout.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyRowNumberingSeedGets / sets the value that will be used to start the row numbering on each ColumnLayout in the XamGrid.  
Public PropertyStyleGets/sets the StyleSettingsBase.Style that will be used on all StyleSettingsBase objects of the ColumnLayout. (Inherited from Infragistics.Controls.Grids.StyleSettingsBase)
Public PropertyVisibilityGets/sets whether the VisualSettingsBase will be visible on the ColumnLayout (Inherited from Infragistics.Controls.Grids.VisualSettingsBase)
Protected Properties
 NameDescription
Protected Internal PropertyGridGets the XamGrid that owns the SettingsBase object. (Inherited from Infragistics.Controls.Grids.SettingsBase)
See Also