The following tables list the members exposed by RowSelectorColumn.
Name | Description | |
---|---|---|
RowSelectorColumn Constructor | Initializes a new instance of the RowSelectorColumn class. |
Name | Description | |
---|---|---|
AllowCellEditorValueChangedFiltering | Gets a value indicating whether filtering will be immediately applied after the value of the cell editor is changed. (Inherited from Infragistics.Controls.Grids.Column) | |
CanBeFiltered | Determines if a Infragistics.Controls.Grids.Column can be Filtered. (Inherited from Infragistics.Controls.Grids.Column) | |
CanBeGroupedBy | Determines if a Infragistics.Controls.Grids.Column can be grouped by. (Inherited from Infragistics.Controls.Grids.Column) | |
CanBeSorted | Determines if a Infragistics.Controls.Grids.Column can be Sorted. (Inherited from Infragistics.Controls.Grids.Column) | |
DataField | Gets/Sets the Infragistics.Controls.Grids.ColumnBase.DataField associated with this particular Infragistics.Controls.Grids.ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
DefaultFilterOperand | The default Infragistics.Controls.Grids.FilterOperand for this column type; (Inherited from Infragistics.Controls.Grids.Column) | |
FilterMenuCustomFilterString | Gets the default string for the FilterMenu for the CustomFilter text (Inherited from Infragistics.Controls.Grids.Column) | |
FormatStringResolved | A format string for formatting data in this column. (Inherited from Infragistics.Controls.Grids.Column) | |
IsEditable | Resolves whether this Infragistics.Controls.Grids.Column supports editing. (Inherited from Infragistics.Controls.Grids.Column) | |
ParentColumn | Gets/Sets the Infragistics.Controls.Grids.Column that owns this particular column. (Inherited from Infragistics.Controls.Grids.Column) | |
PriorityProperties | Gets a List of properties that should be applied, before even trying to look at any other property on the object. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
PropertiesToIgnore | Gets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. (Inherited from Infragistics.Controls.Grids.Column) | |
RequiresBoundDataKey | Gets whether an exception should be thrown if the key associated with the Infragistics.Controls.Grids.ColumnBase doesn't correspond with a property in the data that this object represents. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
ResetCellValueObjectAfterEditing | Gets if the Infragistics.Controls.Grids.Column should reset the CellValueObject when exiting edit mode. (Inherited from Infragistics.Controls.Grids.Column) | |
ResizeColumnResolved | Resolves the Infragistics.Controls.Grids.Column that should be resized when dragging the right edge of this Column. (Inherited from Infragistics.Controls.Grids.Column) | |
SupportsActivationAndSelection | Determines if a Infragistics.Controls.Grids.Cell in this particular Column can be Selected or Activated. (Inherited from Infragistics.Controls.Grids.Column) | |
SupportsHeaderFooterContent | Overridden. Gets whether a HeaderCell or FooterCell are allowed to display content that's not directly set on them, such as the Infragistics.Controls.Grids.XamGrid.ColumnsHeaderTemplate property. | |
TopParentColumn | Gets the Infragistics.Controls.Grids.Column that is the top parent this particular column, if any. (Inherited from Infragistics.Controls.Grids.Column) | |
UniqueColumnContent | Resolves whether Infragistics.Controls.Grids.Cell objects can be recycled and shared amongst columns of the same type. (Inherited from Infragistics.Controls.Grids.Column) | |
UseReadOnlyFlag | Determines if the Infragistics.Controls.Grids.Column should use the ReadOnly flag on a property, to determine if it can enter edit mode. (Inherited from Infragistics.Controls.Grids.Column) |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
FillAvailableFilters | Overridden. Fills the Infragistics.Controls.Grids.FilterOperandCollection with the operands that the column expects as filter values. | |
FillAvailableSummaries | Fills the Infragistics.SummaryOperandCollection with the operands that the column expects as summary values. (Inherited from Infragistics.Controls.Grids.Column) | |
FillFilterMenuOptions | Fills the inputted list with options for the FilterMenu control. (Inherited from Infragistics.Controls.Grids.Column) | |
FinishedLoadingPersistence | Allows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
GenerateCell | Based on the type of row that is passed in, this method generates a new Infragistics.Controls.Grids.CellBase object. (Inherited from Infragistics.Controls.Grids.Column) | |
GenerateContentProvider | Overridden. This column does not generate any conent. | |
GenerateDataCell | Overridden. Returns a new instance of a RowSelectorCell | |
GenerateFilterSelectionControl | Returns a new instance of the SelectionControl which will be used by the FilterMenu. (Inherited from Infragistics.Controls.Grids.Column) | |
GenerateFooterCell | Overridden. Returns a new instance of a RowSelectorFooterCell | |
GenerateHeaderCell | Overridden. Returns a new instance of a RowSelectorHeaderCell | |
InvalidateVisibility | Changes the visibility of all subcolumns. (Inherited from Infragistics.Controls.Grids.Column) | |
OnColumnLayoutChanged | Raised when the a Infragistics.Controls.Grids.ColumnLayout is assigned or removed from this Infragistics.Controls.Grids.ColumnBase (Inherited from Infragistics.Controls.Grids.Column) | |
OnDataTypeChanged | Raised when the DataType of the Infragistics.Controls.Grids.ColumnBase is changed. (Inherited from Infragistics.Controls.Grids.Column) | |
OnPropertyChanged | Overloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier) | |
OnShowAvailableColumnFilterOperands | Raises the Infragistics.Controls.Grids.XamGrid event notifying that the filter populating event is being fired. (Inherited from Infragistics.Controls.Grids.Column) | |
OnStyleChanged | Raised when any of the Style properties of the Infragistics.Controls.Grids.ColumnBase have changed. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnVisibilityChanged | Raised when the Visiblity of a Infragistics.Controls.Grids.ColumnBase has changed. (Inherited from Infragistics.Controls.Grids.Column) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ResolveChildColumns | If a Infragistics.Controls.Grids.Column owns child Columns, return the collection of Columns. (Inherited from Infragistics.Controls.Grids.Column) | |
ResolveValue | Overloaded. If the Infragistics.Controls.Grids.ColumnBase.DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
SetSelected | Sets the selected state of an item. (Inherited from Infragistics.Controls.Grids.Column) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
ValidateGroupByComparer | Used to validate the Infragistics.Controls.Grids.Column.GroupByComparer can be used on this Infragistics.Controls.Grids.Column. (Inherited from Infragistics.Controls.Grids.Column) | |
ValidateSortComparer | Used to validate the Infragistics.Controls.Grids.Column.SortComparer can be used on this Infragistics.Controls.Grids.Column. (Inherited from Infragistics.Controls.Grids.Column) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |