Name | Description | |
---|---|---|
GridHyperlinkColumn Constructor | Overloaded. |
The following tables list the members exposed by GridHyperlinkColumn.
Name | Description | |
---|---|---|
GridHyperlinkColumn Constructor | Overloaded. |
Name | Description | |
---|---|---|
ActualHeader | Gets the header that will be shown in the column header. if Header is not specified the Binding property will be used. (Inherited from C1.WPF.Grid.GridColumn) | |
ActualWidth | Gets the actual width of the column in pixels. (Inherited from C1.WPF.Grid.GridColumn) | |
Aggregate | Gets or sets the type of aggregate to include in group headers. (Inherited from C1.WPF.Grid.GridColumn) | |
AggregateFunctions | Gets the collection of aggregate functions. (Inherited from C1.WPF.Grid.GridColumn) | |
AllowDragging | Gets or sets a value indicating whether this column can be dragged. (Inherited from C1.WPF.Grid.GridColumn) | |
AllowFiltering | Gets or sets a value that indicates whether the user can filter by this column. (Inherited from C1.WPF.Grid.GridColumn) | |
AllowGrouping | Gets or sets a value that indicates whether the user can group by this column. (Inherited from C1.WPF.Grid.GridColumn) | |
AllowMerging | Gets or sets a value that indicates whether cells in this column can be merged. (Inherited from C1.WPF.Grid.GridColumn) | |
AllowResizing | Gets or sets a value indicating whether this column can be resized. (Inherited from C1.WPF.Grid.GridColumn) | |
AllowSorting | Gets or sets a value that indicates whether the user can sort this column by tapping the column header. (Inherited from C1.WPF.Grid.GridColumn) | |
Background | Gets or sets the System.Windows.Media.Brush used to paint the background of cells in this column. (Inherited from C1.WPF.Grid.GridColumn) | |
Binding | Gets or sets the binding. (Inherited from C1.WPF.Grid.GridColumn) | |
CellEditingTemplate | Gets or sets the template used to edit a cell. (Inherited from C1.WPF.Grid.GridColumn) | |
CellTemplate | Gets or sets the template used to display the contents of a cell that is not in editing mode. (Inherited from C1.WPF.Grid.GridColumn) | |
ColumnName | Gets or sets a value used as an identifier for the column. (Inherited from C1.WPF.Grid.GridColumn) | |
ContentBinding | Gets or sets the property path used to get the visible text of the hyperlink. | |
DataMap | Gets or sets the DataMap used to convert raw values into display values for the column. (Inherited from C1.WPF.Grid.GridColumn) | |
DataType | Gets the type of the data bound to this column. (Inherited from C1.WPF.Grid.GridColumn) | |
FilterMemberPath | Gets or sets the path used to filter this column. (Inherited from C1.WPF.Grid.GridColumn) | |
Foreground | Gets or sets the System.Windows.Media.Brush used to paint the foreground of cells in this column. (Inherited from C1.WPF.Grid.GridColumn) | |
Format | Gets or sets the format applied to the displayed data. (Inherited from C1.WPF.Grid.GridColumn) | |
Grid | Gets the grid containing this column. (Inherited from C1.WPF.Grid.GridColumn) | |
GroupMemberPath | Gets or sets the path used to group this column. (Inherited from C1.WPF.Grid.GridColumn) | |
Header | Gets or sets text shown in the header of this column. (Inherited from C1.WPF.Grid.GridColumn) | |
HeaderBackground | Gets or sets the System.Windows.Media.Brush used to paint the background of header cells in this column. (Inherited from C1.WPF.Grid.GridColumn) | |
HeaderForeground | Gets or sets the System.Windows.Media.Brush used to paint the foreground of header cells in this column. (Inherited from C1.WPF.Grid.GridColumn) | |
HeaderHorizontalAlignment | Gets or sets the horizontal alignment of the header. (Inherited from C1.WPF.Grid.GridColumn) | |
HorizontalAlignment | Gets or sets the horizontal alignment. (Inherited from C1.WPF.Grid.GridColumn) | |
Index | Gets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.WPF.Grid.GridRowCol) | |
InputType | Gets or sets the type of keyboard shown when the cell is in edit-mode. (Inherited from C1.WPF.Grid.GridColumn) | |
IsAutoGenerated | Gets a value indicating whether this column or row was generated from source. (Inherited from C1.WPF.Grid.GridRowCol) | |
IsReadOnly | Gets or sets a value indicating whether this column is read only. If the grid is set to be read-only this property will be ignored. (Inherited from C1.WPF.Grid.GridColumn) | |
IsVisible | Gets or sets a value indicating whether the column is visible and not collapsed. (Inherited from C1.WPF.Grid.GridColumn) | |
MaxWidth | Gets or sets the maximum width of the column. (Inherited from C1.WPF.Grid.GridColumn) | |
MinWidth | Gets or sets the minimum width of the column. (Inherited from C1.WPF.Grid.GridColumn) | |
OptionsMenuVisibility | Gets or sets the visibility of the options menu. (Inherited from C1.WPF.Grid.GridColumn) | |
PropertyInfo | Gets or sets a PropertyInfo object used for binding the column to items in the data source. (Inherited from C1.WPF.Grid.GridColumn) | |
SortDirection | Gets the sort direction when the underlying collection is sorted by the same field as this column's SortMemberPath or Binding. (Inherited from C1.WPF.Grid.GridColumn) | |
SortMemberPath | Gets or sets the path used to sort when the column header of this column is tapped. (Inherited from C1.WPF.Grid.GridColumn) | |
TargetName | Gets or sets the name of the target window or frame. | |
ValueConverter | Gets or sets an System.Windows.Data.IValueConverter associated with this column's Binding. (Inherited from C1.WPF.Grid.GridColumn) | |
Width | Gets or sets the width of the column. (Inherited from C1.WPF.Grid.GridColumn) | |
WordWrap | Gets or sets a value indicating whether cells in the column wrap their content. (Inherited from C1.WPF.Grid.GridColumn) |
Name | Description | |
---|---|---|
GetCellDisplayValue<T> | Gets the value to display corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WPF.Grid.GridColumn) | |
GetCellText | Gets the text corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WPF.Grid.GridColumn) | |
GetCellValue | Overloaded. Gets the raw value corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WPF.Grid.GridColumn) | |
Refresh | Overloaded. Refresh all the cells in the column. (Inherited from C1.WPF.Grid.GridColumn) | |
SetCellValue | Overloaded. Sets the value corresponding to the cell in the intersection of the specified row and this column. (Inherited from C1.WPF.Grid.GridColumn) |
Name | Description | |
---|---|---|
IsOptionsMenuVisible | Gets whether the options menu is visible. (Inherited from C1.WPF.Grid.GridColumn) | |
OnPropertyChanged | Called when a property changed. (Inherited from C1.WPF.Grid.GridRowCol) | |
OnPropertyChanging | Called before a property changed. (Inherited from C1.WPF.Grid.GridRowCol) | |
PrepareOptionsMenu | Called when the options menu is about to be shown. (Inherited from C1.WPF.Grid.GridColumn) |
Name | Description | |
---|---|---|
FilterLoading | Occurs when the filter of a column is being loaded. (Inherited from C1.WPF.Grid.GridColumn) | |
OptionsLoading | Occurs when the options of a column are being loaded. (Inherited from C1.WPF.Grid.GridColumn) | |
PropertyChanged | Occurs when a property value changes. (Inherited from C1.WPF.Grid.GridRowCol) | |
PropertyChanging | Occurs before a property value changes. (Inherited from C1.WPF.Grid.GridRowCol) |