GridColumn Members
The grid column.Constructors
Name | Description |
---|---|
GridColumn() | Initializes a new instance of the GridColumn class with default settings. |
Fields
Properties
Name | Description |
---|---|
ActualAdditionalRowDataWidth | For internal use only. Inherited from ColumnBase. |
ActualAllowAutoFilter | Gets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property. Inherited from ColumnBase. |
ActualAllowAutoFilterClearButton | Gets whether the clear button is displayed in the Automatic Filter Row. This is a dependency property. Inherited from ColumnBase. |
ActualAllowColumnFiltering | Gets whether an end-user can filter data using the column’s Drop-down Filter. This is a dependency property. Inherited from ColumnBase. |
ActualAllowFilterEditor | Gets whether end-users can invoke the Filter Editor to build complex filter criteria. This is a dependency property. Inherited from ColumnBase. |
ActualAllowGrouping | Gets whether an end-user can group data by the current column. This is a dependency property. |
ActualAllowMoving | Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from BaseColumn. |
ActualAllowResizing | Gets whether an end-user can resize this column. This is a dependency property. Inherited from BaseColumn. |
ActualAllowSorting | Gets whether an end-user can sort data by the column’s values. This is a dependency property. Inherited from ColumnBase. |
ActualAutoFilterRowCellStyle | Gets the actual style applied to the column’s cell displayed within the Auto Filter Row. Inherited from ColumnBase. |
ActualBandCellLeftSeparatorColor | Gets an actual color of the left band separator. This is a dependency property. Inherited from BaseColumn. |
ActualBandCellRightSeparatorColor | Gets an actual color of the right band separator. This is a dependency property. Inherited from BaseColumn. |
ActualBandHeaderLeftSeparatorColor | Gets an actual color of the band header’s left separator. This is a dependency property. Inherited from BaseColumn. |
ActualBandHeaderRightSeparatorColor | Gets an actual color of the band header’s right separator. This is a dependency property. Inherited from BaseColumn. |
ActualBandLeftSeparatorWidth | Gets the actual width of the band’s left separator. This is a dependency property. Inherited from BaseColumn. |
ActualBandRightSeparatorWidth | Gets the actual width of the band’s right separator. This is a dependency property. Inherited from BaseColumn. |
ActualCellStyle | Gets the actual style applied to column cells. This is a dependency property. Inherited from ColumnBase. |
ActualCellTemplateSelector | Gets the actual template selector that chooses a cell template based on custom logic. This is a dependency property. Inherited from ColumnBase. |
ActualCellToolTipTemplate | Gets the actual cell tooltip template applied to the current column. This is a dependency property. Inherited from BaseColumn. |
ActualColumnChooserHeaderCaption | Gets the column’s caption when its header is displayed within the Column Chooser. This is a dependency property. Inherited from ColumnBase. |
ActualColumnHeaderContentStyle | Gets the actual style applied to the column header’s contents. This is a dependency property. Inherited from ColumnBase. |
ActualDataWidth | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnBase. |
ActualEditSettings | Gets the actual edit settings used by the grid to create an inplace editor for the column. This is a dependency property. Inherited from ColumnBase. |
ActualGroupValueTemplateSelector | Gets the actual template selector that chooses a group row value template based on custom logic. This is a dependency property. |
ActualHeaderCustomizationAreaTemplateSelector | Gets the actual template selector that chooses a template which defines the presentation of the customization area displayed within the column’s header based on custom logic. This is a dependency property. Inherited from ColumnBase. |
ActualHeaderStyle | Gets an actual style applied to the column’s header. This is a dependency property. Inherited from BaseColumn. |
ActualHeaderTemplateSelector | Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. Inherited from BaseColumn. |
ActualHeaderToolTipTemplate | Gets the actual template that defines the tooltip’s presentation. This is a dependency property. Inherited from BaseColumn. |
ActualHeaderWidth | Gets the column header’s width. This is a dependency property. Inherited from BaseColumn. |
ActualNewItemRowCellStyle | Gets the actual style applied to the column’s cell displayed within the New Item Row. Inherited from ColumnBase. |
ActualPrintCellStyle | Gets the actual style applied to printed column cells. This is a dependency property. Inherited from ColumnBase. |
ActualPrintColumnHeaderStyle | Gets the actual style applied to the column header’s contents when the grid is printed. This is a dependency property. Inherited from ColumnBase. |
ActualPrintTotalSummaryStyle | Gets the actual style of total summary items displayed within this column, when the grid is printed. This is a dependency property. Inherited from ColumnBase. |
ActualShowCheckBoxInHeader | Gets whether the column header’s check-box is currently displayed. Inherited from ColumnBase. |
ActualShowCriteriaInAutoFilterRow | Gets whether an end-user can access the filter criteria selector for the current column. This is a dependency property. Inherited from ColumnBase. |
ActualShowValidationAttributeErrors | Gets whether error icons can be displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from ColumnBase. |
ActualTotalSummaryContentStyle | Gets the actual style of total summary items displayed within this column. This is a dependency property. Inherited from ColumnBase. |
ActualWidth | Gets the column’s width. This is a dependency property. Inherited from BaseColumn. |
AllowAutoFilter | Gets or sets whether an end-user can filter data by the column’s values using the automatic filter row. This is a dependency property. Inherited from ColumnBase. |
AllowBestFit | Gets or sets whether it is allowed to calculate an optimal width and apply it to the column. Inherited from BaseColumn. |
AllowCellMerge | Gets or sets whether to enable the Cell Merging feature for the column. This is a dependency property. Inherited from ColumnBase. |
AllowColumnFiltering | Gets or sets whether a user can filter data by the column. This is a dependency property. Inherited from ColumnBase. |
AllowConditionalFormattingMenu | Gets or sets whether to enable the conditional formatting menu for the column. This is a dependency property. Inherited from ColumnBase. |
AllowDrop | Overrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement. |
AllowedAggregateFilters | Gets or sets aggregate filters that the GridControl column supports. Inherited from ColumnBase. |
AllowedAnyOfFilters | Gets or sets any of filters that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowedBetweenFilters | Gets or sets between filters that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowedBinaryFilters | Gets or sets binary filters that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowedDataAnalysisFilters | Gets or sets data analysis filters that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowedDateTimeFilters | Gets or sets date-time filters that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowedFormatConditionFilters | Gets or sets whether the GridControl‘s column supports conditional formatting filters. Inherited from ColumnBase. |
AllowEditing | Gets or sets whether users can edit column values. This is a dependency property. Inherited from ColumnBase. |
AllowedSortOrders | Gets or sets allowed sorting orders that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowedTotalSummaries | Gets or sets possible total summaries that the GridControl supports. Inherited from ColumnBase. |
AllowedUnaryFilters | Gets or sets unary filters that the GridControl‘s column supports. Inherited from ColumnBase. |
AllowFocus | Gets or sets whether the column can be focused. This is a dependency property. Inherited from ColumnBase. |
AllowFormatConditionFiltersMenu | Gets or sets whether to display the Format Condition Filters item in the column header’s context menu. This is a dependency property. Inherited from ColumnBase. |
AllowGrouping | Gets or sets a value that specifies whether an end-user can group data by the current column. This is a dependency property. |
AllowIncrementalSearch | Gets or sets whether incremental searches can be performed on the column. Inherited from ColumnBase. |
AllowMoving | Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. Inherited from BaseColumn. |
AllowPrinting | Gets or sets whether to display the column in the printed/exported document. This is a dependency property. Inherited from BaseColumn. |
AllowResizing | Gets or sets whether an end user can resize this column. This is a dependency property. Inherited from BaseColumn. |
AllowSearchHeaderHighlighting | This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn. |
AllowSearchPanel | Gets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property. Inherited from ColumnBase. |
AllowSorting | Gets or sets whether an end-user can sort data by the column’s values. This is a dependency property. Inherited from ColumnBase. |
AllowUnboundExpressionEditor | Gets or sets whether an end-user can open the Expression Editor for the current unbound column, using a context menu. Inherited from ColumnBase. |
AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement. |
AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement. |
AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement. |
AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement. |
AutoFilterCondition | Gets or sets the type of the comparison operator used to create filter conditions for the current column using the Automatic Filter Row. This is a dependency property. Inherited from ColumnBase. |
AutoFilterCriteria | Gets or sets the type of the filter criteria used to filter the grid data. Inherited from ColumnBase. |
AutoFilterHeaderState | Inherited from ColumnBase. |
AutoFilterRowCellStyle | Gets or sets the style applied to the Automatic Filter Row‘s cell. This is a dependency property. Inherited from ColumnBase. |
AutoFilterRowDisplayTemplate | Gets or sets a template that displays a column’s value within the Automatic Filter Row. This is a dependency property. Inherited from ColumnBase. |
AutoFilterRowEditTemplate | Gets or sets the BaseEdit.EditTemplate for an Automatic Filter Row cell editor. This is a dependency property. Inherited from ColumnBase. |
AutoFilterValue | Gets or sets the value in the Automatic Filter Row for this column. This is a dependency property. Inherited from ColumnBase. |
BestFitArea | Gets or sets which interface elements are taken into account when calculating the column’s optimal width. Inherited from ColumnBase. |
BestFitMaxRowCount | Gets or sets the number of cells taken into account when calculating the optimal width required for the column to completely display its contents. Inherited from ColumnBase. |
BestFitMode | Gets or sets how to calculate the optimal width required for this column to completely display its contents. Inherited from ColumnBase. |
BestFitModeOnSourceChange | Gets or sets how to calculate the optimal width required for this column to completely display its contents when the grid’s ItemsSource is changed. Inherited from ColumnBase. |
BestFitWidth | Gets or sets the column’s width when the Best Fit feature is applied to this column. Inherited from BaseColumn. |
Binding | Gets or sets the binding that associates the column with a property in the data source. Inherited from ColumnBase. |
BindingGroup | Overrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement. |
CellDisplayTemplate | Gets or sets a template that displays column values. This is a dependency property. Inherited from ColumnBase. |
CellDisplayTemplateSelector | Gets or sets an object that chooses a cell display template based on custom logic. This is a dependency property. Inherited from ColumnBase. |
CellEditTemplate | Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. Inherited from ColumnBase. |
CellEditTemplateSelector | Gets or sets an object that chooses a cell edit template based on custom logic. This is a dependency property. Inherited from ColumnBase. |
CellStyle | Gets or sets the style of cells displayed within this column. This is a dependency property. Inherited from ColumnBase. |
CellTemplate | Gets or sets the template that defines the contents of a column cell. This is a dependency property. Inherited from ColumnBase. |
CellTemplateSelector | Gets or sets an object that chooses a cell template based on custom logic. This is a dependency property. Inherited from ColumnBase. |
CellToolTipBinding | Gets or sets the binding that associates the cell tooltip with a property in the data source. Inherited from BaseColumn. |
CellToolTipTemplate | Gets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property. Inherited from BaseColumn. |
ColumnChooserHeaderCaption | Gets or sets the column’s caption when its header is displayed within the Column Chooser. This is a dependency property. Inherited from ColumnBase. |
ColumnFilterMode | Gets or sets how column values are filtered. This is a dependency property. Inherited from ColumnBase. |
ColumnFilterPopupMaxRecordsCount | Gets or sets the maximum number of unique column values displayed within the column’s filter dropdown. This is a dependency property. Inherited from ColumnBase. |
ColumnHeaderContentStyle | Gets or sets the style of the text within the column header. This is a dependency property. Inherited from ColumnBase. |
ColumnPosition | This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. Inherited from BaseColumn. |
CommandBindings | Overrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement. |
Commands | Provides access to column commands. Inherited from ColumnBase. |
ContextMenu | Overrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement. |
CopyValueAsDisplayText | Gets or sets whether to pass text formatted by the grid or values from the data source to the buffer when copying. This is a dependency property. Inherited from ColumnBase. |
Cursor | Overrides the Cursor property to hide it. Inherited from DXFrameworkContentElement. |
CustomColumnFilterPopupTemplate | Gets or sets the template that defines the presentation of the column’s Drop-down Filter. This is a dependency property. Inherited from ColumnBase. |
DataContext | Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement. |
DefaultSortOrder | Gets or sets the initial sort order. Inherited from ColumnBase. |
DefaultStyleKey protected | Gets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
DesignTimeActualEditSettings | Inherited from ColumnBase. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
DisplayMemberBinding | Obsolete. Gets or sets the binding that associates the column with a property in the data source. Inherited from ColumnBase. |
DisplayTemplate | Gets or sets a template that displays column values. This is a dependency property. Inherited from ColumnBase. |
EditFormCaption | Specifies the caption of the editor associated with the current column in the edit form. This is a dependency property. Inherited from ColumnBase. |
EditFormColumnSpan | Gets or sets the number of inline edit form columns that the current column’s editor spans. This is a dependency property. Inherited from ColumnBase. |
EditFormRowSpan | Gets or sets the number of inline edit form rows that the current column’s editor spans. This is a dependency property. Inherited from ColumnBase. |
EditFormStartNewRow | Specifies whether the current column’s editor should be placed on a new row within the inline edit form. This is a dependency property. Inherited from ColumnBase. |
EditFormTemplate | Gets or sets a template of the editor associated with the current column in the edit form. Inherited from ColumnBase. |
EditFormVisible | Gets or sets whether the Edit Form displays the editor associated with the column. This is a dependency property. Inherited from ColumnBase. |
EditFormVisibleIndex | Gets or sets the editor’s position among the visible editors in the edit form. This is a dependency property. Inherited from ColumnBase. |
EditSettings | Gets or sets an object that contains the column editor’s settings. This is a dependency property. Inherited from ColumnBase. |
EditTemplate | This API is outdated. We recommend that you use ColumnBase.CellEditTemplate instead. Gets or sets a template that displays a custom editor used to edit column values. This is a dependency property. Inherited from ColumnBase. |
FieldName | Gets or sets the name of the database field assigned to this column. This is a dependency property. Inherited from ColumnBase. |
FieldType | Gets the type of data displayed by the column. Inherited from ColumnBase. |
FilterEditorHeaderTemplate | Gets or sets the template that defines the appearance of the column header displayed in the Filter Editor and Filter Panel. This is a dependency property. Inherited from ColumnBase. |
FilterPopupGroupFields | Gets or sets names of the fields by which filter values are grouped in the column’s drop-down filter. These names should be separated by comma, semicolon, or space. The order of field names determines the hierarchy in the group. Inherited from ColumnBase. |
FilterPopupMode | Gets or sets the display mode of the column’s Drop-Down Filter. This is a dependency property. Inherited from ColumnBase. |
Fixed | Gets or sets whether the column/band is fixed. This is a dependency property. Inherited from BaseColumn. |
FixedWidth | Gets or sets whether the column’s width remains the same when the auto column width feature is enabled. This is a dependency property. Inherited from BaseColumn. |
Focusable | Overrides the Focusable property to hide it. Inherited from DXFrameworkContentElement. |
FocusVisualStyle | Overrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement. |
ForceCursor | Overrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement. |
GridRow | This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ColumnBase. |
GroupIndex | Gets or sets the column’s position among grouping columns. |
GroupInterval | Gets or sets how data rows are grouped when grouping by this column is applied. This is a dependency property. |
GroupLevel | Gets the group level of the current column. This is a dependency property. |
GroupValueTemplate | Gets or sets the template that defines the presentation of column values displayed within group rows. This is a dependency property. |
GroupValueTemplateSelector | Gets or sets an object that chooses a group value template based on custom logic. This is a dependency property. |
HasAnimatedProperties | Overrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement. |
HasBottomElement | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn. |
HasLeftSibling | Indicates whether the current column has a sibling column displayed on its left. This is a dependency property. Inherited from BaseColumn. |
HasRightSibling | Indicates whether the current column has a sibling column displayed on its right. This is a dependency property. Inherited from BaseColumn. |
HasTopElement | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn. |
HasTotalSummaries | Gets whether the column displays total summaries. This is a dependency property. Inherited from ColumnBase. |
Header | Gets or sets the column header’s content. This is a dependency property. Inherited from BaseColumn. |
HeaderCaption | Gets the column header’s caption. This is a dependency property. Inherited from BaseColumn. |
HeaderCustomizationAreaTemplate | Gets or sets the template that defines the presentation of the customization area displayed within the column’s header. This is a dependency property. Inherited from ColumnBase. |
HeaderCustomizationAreaTemplateSelector | Gets or sets an object that chooses a template based on custom logic. This is a dependency property. Inherited from ColumnBase. |
HeaderImageStyle | Gets or sets the column header image style. This is a dependency property. Inherited from BaseColumn. |
HeaderStyle | Gets or sets a style applied to the column’s header. This is a dependency property. Inherited from BaseColumn. |
HeaderTemplate | Gets or sets the template that defines the column header’s presentation. This is a dependency property. Inherited from BaseColumn. |
HeaderTemplateSelector | Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. Inherited from BaseColumn. |
HeaderToolTip | Gets or sets the column header’s tooltip. This is a dependency property. Inherited from BaseColumn. |
HeaderToolTipTemplate | Gets or sets the template that defines the tooltip’s presentation. This is a dependency property. Inherited from BaseColumn. |
HorizontalHeaderContentAlignment | Gets or sets the column header’s content alignment. This is a dependency property. Inherited from BaseColumn. |
Image | Gets or sets the column header’s image. This is a dependency property. Inherited from BaseColumn. |
ImageAlignment | Gets or sets image’s alignment. This is a dependency property. Inherited from BaseColumn. |
ImmediateUpdateAutoFilter | Gets or sets whether the column’s filter condition is updated as soon as an end-user modifies the text within the auto filter row’s cell. This is a dependency property. Inherited from ColumnBase. |
ImmediateUpdateColumnFilter | Gets or sets whether the column’s filter condition is updated as soon as an end-user selects an item within the column’s Drop-down Filter. This is a dependency property. Inherited from ColumnBase. |
InputBindings | Overrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement. |
InputScope | Overrides the InputScope property to hide it. Inherited from DXFrameworkContentElement. |
IsAutoGenerated | Gets whether the column has been generated automatically. This is a dependency property. Inherited from BaseColumn. |
IsChecked | Gets or sets whether the column header’s check-box is checked. Inherited from ColumnBase. |
IsEnabled | Overrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement. |
IsEnabledBinding | Gets or sets the binding that determines a cell’s enabled state. Inherited from BaseColumn. |
IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement. |
IsFiltered | Gets whether data is filtered by the values of this column. This is a dependency property. Inherited from ColumnBase. |
IsFirst | Gets whether the column is the first visible column displayed within a View. This is a dependency property. Inherited from ColumnBase. |
IsFocused | Overrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement. |
IsGrouped | Gets whether a View is grouped by the values of this column. This is a dependency property. |
IsInitialized | Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement. |
IsInputMethodEnabled | Overrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement. |
IsKeyboardFocused | Overrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement. |
IsKeyboardFocusWithin | Overrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement. |
IsLast | Gets whether the column is the last visible column displayed within a View. This is a dependency property. Inherited from ColumnBase. |
IsLoaded | Gets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement. |
IsMouseCaptured | Overrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement. |
IsMouseCaptureWithin | Overrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement. |
IsMouseDirectlyOver | Overrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement. |
IsMouseOver | Overrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement. |
IsReadOnlyBinding | Gets or sets the binding that determines a cell’s read-only state. Inherited from BaseColumn. |
IsSealed | Overrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement. |
IsSmart | Gets or sets whether to enable the smart columns generation feature for the column. This is a dependency property. Inherited from ColumnBase. |
IsSorted | Gets whether data is sorted by the values of this column. This is a dependency property. Inherited from ColumnBase. |
IsSortedBySummary | Gets whether group rows that correspond to this grouping column are sorted by group summary values. This is a dependency property. Inherited from ColumnBase. |
IsStylusCaptured | Overrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusCaptureWithin | Overrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusDirectlyOver | Overrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusOver | Overrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement. |
Language | Overrides the Language property to hide it. Inherited from DXFrameworkContentElement. |
MaxWidth | Gets or sets the column’s maximum width. Inherited from BaseColumn. |
MergeWithPreviousGroup | Gets or sets whether the current group is merged with the previous group. This is a dependency property. |
MinWidth | Gets or sets the column’s minimum width. This is a dependency property. Inherited from BaseColumn. |
Name | Gets or sets the column name. Inherited from BaseColumn. |
NewItemRowCellStyle | Gets or sets the style applied to the column’s data cell displayed within the New Item Row. This is a dependency property. Inherited from ColumnBase. |
OverridesDefaultStyle | Overrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement. |
Parent | Gets the parent in the logical tree for this element. Inherited from FrameworkContentElement. |
ParentBand | Gets the band that owns the column/band. This is a dependency property. Inherited from BaseColumn. |
PredefinedFilters | Gets or sets predefined filters. Inherited from ColumnBase. |
PrintCellStyle | Gets or sets the style applied to column cells when you print the control or export it in WYSIWYG mode. This is a dependency property. Inherited from ColumnBase. |
PrintColumnHeaderStyle | Gets or sets the style applied to the printed column’s header. This is a dependency property. Inherited from ColumnBase. |
PrintTotalSummaryStyle | Gets or sets the style applied to printed total summary items displayed in this column. This is a dependency property. Inherited from ColumnBase. |
ReadOnly | Gets or sets whether the column’s values cannot be changed by an end user. This is a dependency property. Inherited from ColumnBase. |
Resources | Overrides the Resources property to hide it. Inherited from DXFrameworkContentElement. |
RoundDateDisplayFormat | Gets or sets a format that defines how to display rounded dates. Inherited from ColumnBase. |
RoundDateTimeForColumnFilter |
Gets or sets whether to ignore time values when you filter grid data by DateTime values. This is a dependency property.
Inherited from ColumnBase. |
ShowAllTableValuesInCheckedFilterPopup | Gets or sets whether filter dropdowns display all unique values in the View’s data source. This is a dependency property. Inherited from ColumnBase. |
ShowAllTableValuesInFilterPopup | Gets or sets whether filter dropdowns display all unique values in the View’s data source. This is a dependency property. Inherited from ColumnBase. |
ShowCheckBoxInHeader | Gets or sets whether a check-box is displayed in the column’s header. Inherited from ColumnBase. |
ShowCriteriaInAutoFilterRow | Gets or sets whether to display the criteria selector button for a column in the Automatic Filter Row. Inherited from ColumnBase. |
ShowEmptyDateFilter | Gets or sets whether the date-time column’s filter dropdown has a filter item used to select records that contain null values. This is a dependency property. Inherited from ColumnBase. |
ShowGroupedColumn | Gets or sets whether to display the grouped column within the view. This is a dependency property. |
ShowInColumnChooser | Gets or sets whether to display a column or a band in the Column/Band Chooser. This is a dependency property. Inherited from BaseColumn. |
ShowValidationAttributeErrors | Gets or sets whether error icons are displayed within column cells that fail validation specified by the Data Annotations attribute(s). This is a dependency property. Inherited from ColumnBase. |
SortFieldName | Gets or sets another field by which data is sorted when sorting is applied to the current column. Inherited from ColumnBase. |
SortIndex | Gets the column’s position among sorted columns. Inherited from ColumnBase. |
SortMode | Gets or sets how the column’s data is sorted when sorting is applied to it. This is a dependency property. Inherited from ColumnBase. |
SortOrder | Gets or sets the column’s sort order. This is a dependency property. Inherited from ColumnBase. |
Style | Gets or sets the style to be used by this element. Inherited from FrameworkContentElement. |
TabStop | Gets or sets whether the column can be focused via the TAB key. Inherited from ColumnBase. |
Tag | Gets or sets the data associated with the column. Inherited from ColumnBase. |
TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement. |
ToolTip | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement. |
TotalSummaries | Gets the list of total summary items displayed within this column. This is a dependency property. Inherited from ColumnBase. |
TotalSummaryContentStyle | Gets or sets the style of total summary items displayed within this column. This is a dependency property. Inherited from ColumnBase. |
TotalSummaryText | Gets the text displayed in the summary panel‘s cell. This is a dependency property. Inherited from ColumnBase. |
TotalSummaryTextInfo | Gets the text information for the column’s total summary. Inherited from ColumnBase. |
TouchesCaptured | Gets all touch devices that are captured to this element. Inherited from ContentElement. |
TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement. |
TouchesDirectlyOver | Gets all touch devices that are over this element. Inherited from ContentElement. |
TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement. |
UnboundDataType | Gets or sets the type of data stored in the unbound column. This is a dependency property. Inherited from ColumnBase. |
UnboundDataTypeName | For internal use. Inherited from ColumnBase. |
UnboundExpression | Gets or sets an expression used to evaluate values for this column if it is not bound to a data source field. Inherited from ColumnBase. |
UnboundType | Gets or sets the column’s data type and binding mode. This is a dependency property. Inherited from ColumnBase. |
View | Gets the view that owns the column. This is a dependency property. Inherited from BaseColumn. |
Visible | Gets or sets whether to display the column within a View. This is a dependency property. Inherited from BaseColumn. |
Width | Gets or sets the column width. This is a dependency property. Inherited from BaseColumn. |
Methods
Name | Description |
---|---|
AddHandler(RoutedEvent, Delegate, Boolean) |
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
Inherited from ContentElement. |
AddHandler(RoutedEvent, Delegate) | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Inherited from ContentElement. |
AddLogicalChild(Object) protected | Adds the provided element as a child of this element. Inherited from FrameworkContentElement. |
AddToEventRoute(EventRoute, RoutedEventArgs) | Adds handlers to the specified EventRoute for the current ContentElement event handler collection. Inherited from ContentElement. |
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation. Inherited from ContentElement. |
ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. Inherited from ContentElement. |
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation. Inherited from ContentElement. |
BeginAnimation(DependencyProperty, AnimationTimeline) | Starts an animation for a specified animated property on this element. Inherited from ContentElement. |
BeginInit() | Called before an element is initialized. Inherited from FrameworkContentElement. |
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) | Begins the sequence of actions that are contained in the provided storyboard, with specified state for control of the animation after it is started. Inherited from FrameworkContentElement. |
BeginStoryboard(Storyboard, HandoffBehavior) | Begins the sequence of actions that are contained in the provided storyboard, with options specified for what should occur if the property is already animated. Inherited from FrameworkContentElement. |
BeginStoryboard(Storyboard) | Begins the sequence of actions that are contained in the provided storyboard. Inherited from FrameworkContentElement. |
BringIntoView() | Attempts to bring this element into view, within any scrollable regions it is contained within. Inherited from FrameworkContentElement. |
CaptureMouse() | Attempts to force capture of the mouse to this element. Inherited from ContentElement. |
CaptureStylus() | Attempts to force capture of the stylus to this element. Inherited from ContentElement. |
CaptureTouch(TouchDevice) | Attempts to force capture of a touch to this element. Inherited from ContentElement. |
CheckAccess() | Determines whether the calling thread has access to this DispatcherObject. Inherited from DispatcherObject. |
ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Inherited from DependencyObject. |
ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Inherited from DependencyObject. |
CoerceValue(DependencyProperty) | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Inherited from DependencyObject. |
EndInit() | Called immediately after an element is initialized. Inherited from FrameworkContentElement. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Inherited from DependencyObject. |
FindName(String) | Finds an element that has the provided identifier name. Inherited from FrameworkContentElement. |
FindResource(Object) | Searches for a resource with the specified key, and will throw an exception if the requested resource is not found. Inherited from FrameworkContentElement. |
Focus() | Attempts to set focus to this element. Inherited from ContentElement. |
GetActualCollectionIndex(DependencyObject) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseColumn. |
GetActualVisibleIndex(DependencyObject) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseColumn. |
GetAnimationBaseValue(DependencyProperty) | Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. Inherited from ContentElement. |
GetBindingExpression(DependencyProperty) | Gets the BindingExpression for the specified property’s binding. Inherited from FrameworkContentElement. |
GetHashCode() | Gets a hash code for this DependencyObject. Inherited from DependencyObject. |
GetHeaderPresenterType(DependencyObject) static | Gets the value of the ColumnBase.HeaderPresenterType attached property for a specified DependencyObject. Inherited from ColumnBase. |
GetLocalValueEnumerator() | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. Inherited from DependencyObject. |
GetNavigationIndex(DependencyObject) static | Gets the value of the ColumnBase.NavigationIndex attached property for a specified DependencyObject. Inherited from ColumnBase. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetUIParentCore() protected | Returns an alternative logical parent for this element if there is no visual parent. In this case, a FrameworkContentElement parent is always the same value as the Parent property. Inherited from FrameworkContentElement. |
GetValue(DependencyProperty) | Returns the current effective value of a dependency property on this instance of a DependencyObject. Inherited from DependencyObject. |
GetVisibleIndex(DependencyObject) static | Gets the value of the BaseColumn.VisibleIndex attached property for a specified DependencyObject. Inherited from BaseColumn. |
InvalidateProperty(DependencyProperty) | Re-evaluates the effective value for the specified dependency property. Inherited from DependencyObject. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MoveFocus(TraversalRequest) | Moves the keyboard focus from this element to another element. Inherited from FrameworkContentElement. |
OnContextMenuClosing(ContextMenuEventArgs) protected | Invoked whenever the ContextMenuClosing routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkContentElement. |
OnContextMenuOpening(ContextMenuEventArgs) protected | Invoked whenever the ContextMenuOpening routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkContentElement. |
OnCreateAutomationPeer() protected | Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure. Inherited from ContentElement. |
OnDragEnter(DragEventArgs) protected | Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnDragLeave(DragEventArgs) protected | Invoked when an unhandled DragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnDragOver(DragEventArgs) protected | Invoked when an unhandled DragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnDrop(DragEventArgs) protected | Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnGiveFeedback(GiveFeedbackEventArgs) protected | Invoked when an unhandled GiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnGotFocus(RoutedEventArgs) protected | Class handler for the GotFocus event. Inherited from FrameworkContentElement. |
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnGotMouseCapture(MouseEventArgs) protected | Invoked when an unhandled GotMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnGotStylusCapture(StylusEventArgs) protected | Invoked when an unhandled GotStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnGotTouchCapture(TouchEventArgs) protected | Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element. Inherited from ContentElement. |
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) protected | Invoked just before the IsKeyboardFocusWithinChanged event is raised by this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsMouseCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsMouseDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsStylusCaptureWithinChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) protected | Invoked when an unhandled IsStylusDirectlyOverChanged event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnKeyDown(KeyEventArgs) protected | Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnKeyUp(KeyEventArgs) protected | Invoked when an unhandled KeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnLostFocus(RoutedEventArgs) protected | Raises the LostFocus routed event by using the event data that is provided. Inherited from ContentElement. |
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled LostKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnLostMouseCapture(MouseEventArgs) protected | Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnLostStylusCapture(StylusEventArgs) protected | Invoked when an unhandled LostStylusCapture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnLostTouchCapture(TouchEventArgs) protected | Provides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture. Inherited from ContentElement. |
OnMouseDown(MouseButtonEventArgs) protected | Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseEnter(MouseEventArgs) protected | Invoked when an unhandled MouseEnter attached event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseLeave(MouseEventArgs) protected | Invoked when an unhandled MouseLeave attached event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseLeftButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseLeftButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseMove(MouseEventArgs) protected | Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseRightButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseRightButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseUp(MouseButtonEventArgs) protected | Invoked when an unhandled MouseUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnMouseWheel(MouseWheelEventArgs) protected | Invoked when an unhandled MouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewDragEnter(DragEventArgs) protected | Invoked when an unhandled PreviewDragEnter attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewDragLeave(DragEventArgs) protected | Invoked when an unhandled PreviewDragLeave attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewDragOver(DragEventArgs) protected | Invoked when an unhandled PreviewDragOver attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewDrop(DragEventArgs) protected | Invoked when an unhandled PreviewDrop attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewGiveFeedback(GiveFeedbackEventArgs) protected | Invoked when an unhandled PreviewGiveFeedback attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewKeyDown(KeyEventArgs) protected | Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewKeyUp(KeyEventArgs) protected | Invoked when an unhandled PreviewKeyUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) protected | Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseDown(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseDown attached routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseMove(MouseEventArgs) protected | Invoked when an unhandled PreviewMouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseRightButtonDown(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseRightButtonUp(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseUp(MouseButtonEventArgs) protected | Invoked when an unhandled PreviewMouseUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewMouseWheel(MouseWheelEventArgs) protected | Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) protected | Invoked when an unhandled PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusButtonDown(StylusButtonEventArgs) protected | Invoked when an unhandled PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusButtonUp(StylusButtonEventArgs) protected | Invoked when an unhandled PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusDown(StylusDownEventArgs) protected | Invoked when an unhandled PreviewStylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusInAirMove(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusInRange(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusMove(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusOutOfRange(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) protected | Invoked when an unhandled PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewStylusUp(StylusEventArgs) protected | Invoked when an unhandled PreviewStylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewTextInput(TextCompositionEventArgs) protected | Invoked when an unhandled PreviewTextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnPreviewTouchDown(TouchEventArgs) protected | Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. Inherited from ContentElement. |
OnPreviewTouchMove(TouchEventArgs) protected | Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. Inherited from ContentElement. |
OnPreviewTouchUp(TouchEventArgs) protected | Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element. Inherited from ContentElement. |
OnQueryContinueDrag(QueryContinueDragEventArgs) protected | Invoked when an unhandled QueryContinueDrag attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnQueryCursor(QueryCursorEventArgs) protected | Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStyleChanged(Style, Style) protected | Invoked when the style that is in use on this element changes. Inherited from FrameworkContentElement. |
OnStylusButtonDown(StylusButtonEventArgs) protected | Invoked when an unhandled StylusButtonDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusButtonUp(StylusButtonEventArgs) protected | Invoked when an unhandled StylusButtonUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusDown(StylusDownEventArgs) protected | Invoked when an unhandled StylusDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusEnter(StylusEventArgs) protected | Invoked when an unhandled StylusEnter attached event is raised by this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusInAirMove(StylusEventArgs) protected | Invoked when an unhandled StylusInAirMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusInRange(StylusEventArgs) protected | Invoked when an unhandled StylusInRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusLeave(StylusEventArgs) protected | Invoked when an unhandled StylusLeave attached event is raised by this element. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusMove(StylusEventArgs) protected | Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusOutOfRange(StylusEventArgs) protected | Invoked when an unhandled StylusOutOfRange attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusSystemGesture(StylusSystemGestureEventArgs) protected | Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnStylusUp(StylusEventArgs) protected | Invoked when an unhandled StylusUp attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnTextInput(TextCompositionEventArgs) protected | Invoked when an unhandled TextInput attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event. Inherited from ContentElement. |
OnToolTipClosing(ToolTipEventArgs) protected | Invoked whenever the ToolTipClosing routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkContentElement. |
OnToolTipOpening(ToolTipEventArgs) protected | Invoked whenever the ToolTipOpening routed event reaches this class in its route. Implement this method to add class handling for this event. Inherited from FrameworkContentElement. |
OnTouchDown(TouchEventArgs) protected | Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. Inherited from ContentElement. |
OnTouchEnter(TouchEventArgs) protected | Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. Inherited from ContentElement. |
OnTouchLeave(TouchEventArgs) protected | Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this element. Inherited from ContentElement. |
OnTouchMove(TouchEventArgs) protected | Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. Inherited from ContentElement. |
OnTouchUp(TouchEventArgs) protected | Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. Inherited from ContentElement. |
PredictFocus(FocusNavigationDirection) | Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. This method is sealed and cannot be overridden. Inherited from FrameworkContentElement. |
RaiseEvent(RoutedEventArgs) | Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided (as the RoutedEvent property of that event data). Inherited from ContentElement. |
ReadLocalValue(DependencyProperty) | Returns the local value of a dependency property, if it exists. Inherited from DependencyObject. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RegisterName(String, Object) | Provides an accessor that simplifies access to the NameScope registration method. Inherited from FrameworkContentElement. |
ReleaseAllTouchCaptures() | Releases all captured touch devices from this element. Inherited from ContentElement. |
ReleaseMouseCapture() | Releases the mouse capture, if this element held the capture. Inherited from ContentElement. |
ReleaseStylusCapture() | Releases the stylus device capture, if this element held the capture. Inherited from ContentElement. |
ReleaseTouchCapture(TouchDevice) | Attempts to release the specified touch device from this element. Inherited from ContentElement. |
RemoveHandler(RoutedEvent, Delegate) | Removes the specified routed event handler from this element. Inherited from ContentElement. |
RemoveLogicalChild(Object) protected | Removes the specified element from the logical tree for this element. Inherited from FrameworkContentElement. |
SetActualCollectionIndex(DependencyObject, Int32) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseColumn. |
SetActualVisibleIndex(DependencyObject, Int32) static | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseColumn. |
SetBinding(DependencyProperty, String) | Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. Inherited from FrameworkContentElement. |
SetBinding(DependencyProperty, BindingBase) | Attaches a binding to this element, based on the provided binding object. Inherited from FrameworkContentElement. |
SetCurrentValue(DependencyProperty, Object) | Sets the value of a dependency property without changing its value source. Inherited from DependencyObject. |
SetHeaderPresenterType(DependencyObject, HeaderPresenterType) static | Sets the value of the ColumnBase.HeaderPresenterType attached property to a specified DependencyObject. Inherited from ColumnBase. |
SetNavigationIndex(DependencyObject, Int32) static | Sets the value of the ColumnBase.NavigationIndex attached property to a specified DependencyObject. Inherited from ColumnBase. |
SetResourceReference(DependencyProperty, Object) | Searches for a resource with the specified name and sets up a resource reference to it for the specified property. Inherited from FrameworkContentElement. |
SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. Inherited from DependencyObject. |
SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Inherited from DependencyObject. |
SetVisibleIndex(DependencyObject, Int32) static | For internal use only. Inherited from BaseColumn. |
ShouldSerializeCommandBindings() | Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. Inherited from ContentElement. |
ShouldSerializeInputBindings() | Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. Inherited from ContentElement. |
ShouldSerializeProperty(DependencyProperty) protected | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Inherited from DependencyObject. |
ShouldSerializeResources() | Returns whether serialization processes should serialize the contents of the Resources property on instances of this class. Inherited from FrameworkContentElement. |
ShouldSerializeStyle() | Returns whether serialization processes should serialize the contents of the Style property on instances of this class. Inherited from FrameworkContentElement. |
ShouldSerializeTotalSummaries(XamlDesignerSerializationManager) | Indicates whether total summaries should be serialized during serialization of a ColumnBase object. Inherited from ColumnBase. |
IQueryAmbient.IsAmbientPropertyAvailable(String) | For a description of this member, see the IsAmbientPropertyAvailable(String) method. Inherited from FrameworkContentElement. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
TryFindResource(Object) | Searches for a resource with the specified key, and returns that resource if found. Inherited from FrameworkContentElement. |
UnregisterName(String) | Simplifies access to the NameScope de-registration method. Inherited from FrameworkContentElement. |
UpdateDefaultStyle() | Reapplies the default style to the current FrameworkContentElement. Inherited from FrameworkContentElement. |
VerifyAccess() | Enforces that the calling thread has access to this DispatcherObject. Inherited from DispatcherObject. |
Events
Name | Description |
---|---|
ContentChanged | This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseColumn. |
ContextMenuClosing | Occurs just before any context menu on the element is closed. Inherited from FrameworkContentElement. |
ContextMenuOpening | Occurs when any context menu on the element is opened. Inherited from FrameworkContentElement. |
DataContextChanged | Occurs when this element’s data context changes. Inherited from FrameworkContentElement. |
DragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. Inherited from ContentElement. |
DragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. Inherited from ContentElement. |
DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. Inherited from ContentElement. |
Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. Inherited from ContentElement. |
FocusableChanged | Occurs when the value of the Focusable property changes. Inherited from ContentElement. |
GiveFeedback | Occurs when the input system reports an underlying drag-and-drop event that involves this element. Inherited from ContentElement. |
GotFocus | Occurs when this element gets logical focus. Inherited from ContentElement. |
GotKeyboardFocus | Occurs when the keyboard is focused on this element. Inherited from ContentElement. |
GotMouseCapture | Occurs when this element captures the mouse. Inherited from ContentElement. |
GotStylusCapture | Occurs when this element captures the stylus. Inherited from ContentElement. |
GotTouchCapture | Occurs when a touch is captured to this element. Inherited from ContentElement. |
Initialized |
Occurs when this FrameworkContentElement is initialized. This coincides with cases where the value of the IsInitialized property changes from false (or undefined) to true .
Inherited from FrameworkContentElement. |
IsEnabledChanged | Occurs when the value of the IsEnabled property on this element changes. Inherited from ContentElement. |
IsKeyboardFocusedChanged | Occurs when the value of the IsKeyboardFocused property changes on this element. Inherited from ContentElement. |
IsKeyboardFocusWithinChanged | Occurs when the value of the IsKeyboardFocusWithinChanged property changes on this element. Inherited from ContentElement. |
IsMouseCapturedChanged | Occurs when the value of the IsMouseCaptured property changes on this element. Inherited from ContentElement. |
IsMouseCaptureWithinChanged | Occurs when the value of the IsMouseCaptureWithinProperty changes on this element. Inherited from ContentElement. |
IsMouseDirectlyOverChanged | Occurs when the value of the IsMouseDirectlyOver property changes on this element. Inherited from ContentElement. |
IsStylusCapturedChanged | Occurs when the value of the IsStylusCaptured property changes on this element. Inherited from ContentElement. |
IsStylusCaptureWithinChanged | Occurs when the value of the IsStylusCaptureWithin property changes on this element. Inherited from ContentElement. |
IsStylusDirectlyOverChanged | Occurs when the value of the IsStylusDirectlyOver property changes on this element. Inherited from ContentElement. |
KeyDown | Occurs when a key is pressed while focus is on this element. Inherited from ContentElement. |
KeyUp | Occurs when a key is released while focus is on this element. Inherited from ContentElement. |
Loaded | Occurs when the element is laid out, rendered, and ready for interaction. Inherited from FrameworkContentElement. |
LostFocus | Occurs when this element loses logical focus. Inherited from ContentElement. |
LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. Inherited from ContentElement. |
LostMouseCapture | Occurs when this element loses mouse capture. Inherited from ContentElement. |
LostStylusCapture | Occurs when this element loses stylus capture. Inherited from ContentElement. |
LostTouchCapture | Occurs when this element loses a touch capture. Inherited from ContentElement. |
MouseDown | Occurs when any mouse button is pressed while the pointer is over this element. Inherited from ContentElement. |
MouseEnter | Occurs when the mouse pointer enters the bounds of this element. Inherited from ContentElement. |
MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. Inherited from ContentElement. |
MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. Inherited from ContentElement. |
MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. Inherited from ContentElement. |
MouseMove | Occurs when the mouse pointer moves while over this element. Inherited from ContentElement. |
MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. Inherited from ContentElement. |
MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. Inherited from ContentElement. |
MouseUp | Occurs when any mouse button is released over this element. Inherited from ContentElement. |
MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewDragEnter | Occurs when the input system reports an underlying drag event with this element as the drag target. Inherited from ContentElement. |
PreviewDragLeave | Occurs when the input system reports an underlying drag event with this element as the drag origin. Inherited from ContentElement. |
PreviewDragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. Inherited from ContentElement. |
PreviewDrop | Occurs when the input system reports an underlying drop event with this element as the drop target. Inherited from ContentElement. |
PreviewGiveFeedback | Occurs when a drag-and-drop operation is started. Inherited from ContentElement. |
PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. Inherited from ContentElement. |
PreviewKeyDown | Occurs when a key is pressed while the keyboard is focused on this element. Inherited from ContentElement. |
PreviewKeyUp | Occurs when a key is released while the keyboard is focused on this element. Inherited from ContentElement. |
PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. Inherited from ContentElement. |
PreviewMouseDown | Occurs when any mouse button is pressed while the pointer is over this element. Inherited from ContentElement. |
PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewMouseUp | Occurs when any mouse button is released while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewMouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. Inherited from ContentElement. |
PreviewQueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. Inherited from ContentElement. |
PreviewStylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. Inherited from ContentElement. |
PreviewStylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. Inherited from ContentElement. |
PreviewStylusDown | Occurs when the stylus touches the digitizer while it is over this element. Inherited from ContentElement. |
PreviewStylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. Inherited from ContentElement. |
PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. Inherited from ContentElement. |
PreviewStylusMove | Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. Inherited from ContentElement. |
PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. Inherited from ContentElement. |
PreviewStylusSystemGesture | Occurs when a user performs one of several stylus gestures. Inherited from ContentElement. |
PreviewStylusUp | Occurs when the user raises the stylus off the digitizer while the stylus is over this element. Inherited from ContentElement. |
PreviewTextInput | Occurs when this element gets text in a device-independent manner. Inherited from ContentElement. |
PreviewTouchDown | Occurs when a finger touches the screen while the finger is over this element. Inherited from ContentElement. |
PreviewTouchMove | Occurs when a finger moves on the screen while the finger is over this element. Inherited from ContentElement. |
PreviewTouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. Inherited from ContentElement. |
PropertyChanged | Occurs every time any of the ColumnBase.ActualShowCriteriaInAutoFilterRow and BaseColumn.View properties has changed their values. Inherited from ColumnBase. |
QueryContinueDrag | Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. Inherited from ContentElement. |
QueryCursor | Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position. Inherited from ContentElement. |
SourceUpdated | Occurs when any associated data source participating in a binding on this element changes. Inherited from FrameworkContentElement. |
StylusButtonDown | Occurs when the stylus button is pressed while the pointer is over this element. Inherited from ContentElement. |
StylusButtonUp | Occurs when the stylus button is released while the pointer is over this element. Inherited from ContentElement. |
StylusDown | Occurs when the stylus touches the digitizer while the stylus is over this element. Inherited from ContentElement. |
StylusEnter | Occurs when the stylus enters the bounds of this element. Inherited from ContentElement. |
StylusInAirMove | Occurs when the stylus moves over an element without actually touching the digitizer. Inherited from ContentElement. |
StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected, while over this element. Inherited from ContentElement. |
StylusLeave | Occurs when the stylus leaves the bounds of the element. Inherited from ContentElement. |
StylusMove | Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead. Inherited from ContentElement. |
StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected, while over this element. Inherited from ContentElement. |
StylusSystemGesture | Occurs when a user performs one of several stylus gestures. Inherited from ContentElement. |
StylusUp | Occurs when the user raises the stylus off the digitizer while it is over this element. Inherited from ContentElement. |
TargetUpdated | Occurs when any associated target property participating in a binding on this element changes. Inherited from FrameworkContentElement. |
TextInput | Occurs when this element gets text in a device-independent manner. Inherited from ContentElement. |
ToolTipClosing | Occurs just before any tooltip on the element is closed. Inherited from FrameworkContentElement. |
ToolTipOpening | Occurs when any tooltip on the element is opened. Inherited from FrameworkContentElement. |
TouchDown | Occurs when a finger touches the screen while the finger is over this element. Inherited from ContentElement. |
TouchEnter | Occurs when a touch moves from outside to inside the bounds of this element. Inherited from ContentElement. |
TouchLeave | Occurs when a touch moves from inside to outside the bounds of this element. Inherited from ContentElement. |
TouchMove | Occurs when a finger moves on the screen while the finger is over this element. Inherited from ContentElement. |
TouchUp | Occurs when a finger is raised off of the screen while the finger is over this element. Inherited from ContentElement. |
Unloaded | Occurs when the element is removed from an element tree of loaded elements. Inherited from FrameworkContentElement. |
Validate | Allows you to validate the focused cell’s data in the current column. |
Attached Properties
Name | Description |
---|---|
ActualVisibleIndex | Gets the column’s actual visible index. Inherited from BaseColumn. |
VisibleIndex | Gets or sets the column’s position among visible columns. This is a dependency property. Inherited from BaseColumn. |
See Also