C1.Silverlight.DataGrid Namespace : DataGridColumn Class |
The following tables list the members exposed by DataGridColumn.
Name | Description | |
---|---|---|
![]() ![]() | CanUserFilterProperty | Identifies the CanUserFilter dependency property. |
![]() ![]() | CanUserGroupProperty | Identifies the CanUserGroup dependency property. |
![]() ![]() | CanUserMoveProperty | Identifies the CanUserMove dependency property. |
![]() ![]() | CanUserResizeProperty | Identifies the CanUserResize dependency property. |
![]() ![]() | CanUserResizeRowsProperty | Identifies the CanUserResizeRows dependency property. |
![]() ![]() | CanUserSortProperty | Identifies the CanUserSort dependency property. |
![]() ![]() | CellContentStyleProperty | Identifies the CellContentStyle dependency property. Using a DependencyProperty as the backing store for CellContentStyle. This enables animation, styling, binding, etc... |
![]() ![]() | CellEditingContentStyleProperty | Identifies the CellEditingContentStyle dependency property. |
![]() ![]() | CellStyleProperty | Identifies the CellStyle dependency property. |
![]() ![]() | EditOnSelectionProperty | Identifies the EditOnSelection dependency property. |
![]() ![]() | FilterMemberPathProperty | Identifies the FilterMemberPath dependency property. |
![]() ![]() | GroupContentStyleProperty | Identifies the GroupContentStyle dependency property. |
![]() ![]() | GroupHeaderProperty | Identifies the GroupHeader dependency property. |
![]() ![]() | HeaderProperty | Identifies the Header dependency property. |
![]() ![]() | HeaderStyleProperty | Identifies the HeaderStyle dependency property. |
![]() ![]() | HorizontalAlignmentProperty | Identifies the HorizontalAlignment dependency property. |
![]() ![]() | IsReadOnlyProperty | Identifies the IsReadOnly dependency property. |
![]() ![]() | IsSelectableProperty | Identifies the IsSelectable dependency property. |
![]() ![]() | MaxWidthProperty | Identifies the MaxWidth dependency property. |
![]() ![]() | MinWidthProperty | Identifies the MinWidth dependency property. |
![]() ![]() | SortMemberPathProperty | Identifies the SortMemberPath dependency property. |
![]() ![]() | TagProperty | Identifies the Tag dependency property. |
![]() ![]() | VerticalAlignmentProperty | Identifies the VerticalAlignment dependency property. |
![]() ![]() | VisibilityProperty | Identifies the Visibility dependency property. |
![]() ![]() | WidthProperty | Identifies the Width dependency property. |
Name | Description | |
---|---|---|
![]() | ActualCanUserFilter | Gets a value indicating whether a user can perform a filter operation over this column. |
![]() | ActualCanUserGroup | Gets a value indicating whether a user can perform a group operation over this column. |
![]() | ActualCanUserResize | |
![]() | ActualCanUserSort | Gets a value indicating whether a user can perform a sort operation over this column. |
![]() | ActualFilterMemberPath | Gets the actual FilterMemberPath. |
![]() | ActualGroupHeader | |
![]() | ActualSortMemberPath | Gets the actual SortMemberPath. |
![]() | ActualWidth | Gets the actual width in pixels. |
![]() | CanUserFilter | Gets or sets a value indicating whether the user can filter by this column. |
![]() | CanUserGroup | Gets or sets a value indicating whether the user can group by this column. |
![]() | CanUserMove | Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse. |
![]() | CanUserResize | Gets or sets whether the user can resize the column by dragging the border on the right of the column header presenter. |
![]() | CanUserResizeRows | Gets or sets whether the user can resize the rows manipulating cells in this column. |
![]() | CanUserSort | Gets or sets a value indicating whether the user can sort by this column. |
![]() | CellContentStyle | Gets or sets the style applied to the content of a cell in read mode. |
![]() | CellEditingContentStyle | Gets or sets the style applied to the content of a cell in edit mode. |
![]() | CellStyle | Gets or sets the style applied to every cell of this column. |
![]() | DataGrid | Gets the owner data grid. |
![]() | Dispatcher | (Inherited from System.Windows.DependencyObject) |
![]() | DisplayIndex | Gets or sets the desired index in which the column will be displayed. |
![]() | EditOnSelection | Gets or sets a value indicating how the cells enters in edit mode when the user clicks on a cell of this column. |
![]() | Filter | Gets or sets the filter used in this column. |
![]() | FilterMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to filter by. |
![]() | FilterState | Gets the filter state of this column. |
![]() | GroupContentConverter | Gets or sets the converter that will be applied to the visual element that is inside the content of each group row. |
![]() | GroupContentStyle | Gets or sets the style applied to the title of each group row related to this column. |
![]() | GroupConverter | Gets or sets the converter used to customize the grouping behavior. |
![]() | GroupHeader | Gets or sets the header that will appear in the grouping panel as the column header is dragged there. |
![]() | GroupState | Gets the grouping state of this column. |
![]() | Header | Gets or sets the content of the header |
![]() | HeaderPresenter | Gets the presenter corresponding to the header of this column. |
![]() | HeaderStyle | Gets or sets the style of the header. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment of the cell content regarding the cell. |
![]() | HorizontalOffset | Gets the horizontal offset in pixels. |
![]() | Index | Gets the index of a column. |
![]() | IsAutoGenerated | Gets a value that indicates whether the column is auto-generated. |
![]() | IsEditable | Gets a value indicating whether the cells in the column are editable or not. |
![]() | IsFrozen | Gets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid. |
![]() | IsMouseOver | Gets a value indicating whether the mouse is over the column. |
![]() | IsReadOnly | Gets or sets whether the cells in the column are read only. |
![]() | IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this column. |
![]() | IsSelected | Gets a value indicating whether this column is selected. |
![]() | MaxWidth | Gets or sets the maximum width of the column. |
![]() | MinWidth | Gets or sets the minimum width of the column. |
![]() | Name | Gets or sets the name of the column. |
![]() | SortMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. |
![]() | SortState | Gets the sorting state of this column. |
![]() | Tag | Gets or sets the tag. |
![]() | VerticalAlignment | Gets or sets the vertical alignment of the cell content regarding the cell. |
![]() | Visibility | Gets or sets whether the column is visible. |
![]() | Width | Gets or sets the width of this column. |
Name | Description | |
---|---|---|
![]() | BeginEdit | Begins the edit passing the System.Windows.RoutedEventArgs that raised the edit of the cell. |
![]() | BindCellContent | Initializes the cell content presenter. |
![]() | CancelCellEdit | Causes the column cell being edited to revert to the specified value. |
![]() | ClearValue | (Inherited from System.Windows.DependencyObject) |
![]() | CreateCellContent | Creates the visual element that will be used to display the info inside a cell of this column. |
![]() | CreateGroupContent | Creates and initializes the FrameworkElement used to display in the group row related to this column. |
![]() | EndEdit | This method is called when the user finish the editing of the cell. |
![]() | GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) |
![]() | GetCellContentRecyclingKey | Key used to store the cell content for future reuse in a shared pool. |
![]() | GetCellEditingContent | Creates and initialize the visual element that will be used to edit the info of a cell belonging to this column when the cell is in edit mode. |
![]() | GetCellText | Gets the text shown inside a cell. |
![]() | GetCellValue | Gets the value represented by the cell belonging to this column and the specified row. |
![]() | GetColumnText | Gets the text shown in the column header. |
![]() | GetFilter | Gets the default filter of this column. |
![]() | GetGroupText | Gets the text shown in the group row. |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | PrepareCellForEdit | When overridden in a derived class, called when a cell in the column enters edit mode. |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetCellValue | Sets the value in the cell belonging to this column and the specified row. |
![]() | SetValue | (Inherited from System.Windows.DependencyObject) |
![]() | ToString | Returns a System.String that represents the current System.Object. |
![]() | UnbindCellContent | Unbinds the content of the cell. |
Name | Description | |
---|---|---|
![]() | FilterLoading | Occurs before the filter is loaded. |
![]() | FilterMemberPathChanged | Occurs when filter member path is changed. |
![]() | LoadingFilter | Occurs when the filter is loading. |
![]() | PropertyChanged | Occurs when a property value changes. |
![]() | SortMemberPathChanged | Occurs when sort member path is changed. |
![]() | VisibilityChanged | Occurs when the visibility changed. |
![]() | WidthChanged | Occurs when the column width is changed. |