Class GridViewToggleRowDetailsColumn
GridViewToggleRowDetailsColumn provides an easy and fast way to toggle row details visibility.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewToggleRowDetailsColumn : GridViewColumn, IFilterableColumn, IFieldDescriptor, INotifyPropertyChanged, IColumnElement, IWeakEventListener<GridViewRowDetailsEventArgs>
Constructors
GridViewToggleRowDetailsColumn()
Initializes a new instance of the Grid
Declaration
public GridViewToggleRowDetailsColumn()
Fields
ExpandModeProperty
Identifies the Expand
Declaration
public static readonly DependencyProperty ExpandModeProperty
Field Value
System.
|
ToggleButtonStyleProperty
Identifies the Toggle
Declaration
public static readonly DependencyProperty ToggleButtonStyleProperty
Field Value
System.
|
Properties
ExpandMode
Gets or sets the row details expand mode of this column.
Declaration
public GridViewToggleRowDetailsColumnExpandMode ExpandMode { get; set; }
Property Value
Grid The expand mode. |
ToggleButtonStyle
Gets or sets the style to be applied for the ToggleButton in that column.
Declaration
public Style ToggleButtonStyle { get; set; }
Property Value
System. The ToggleButton style. |
Methods
CanEdit(Object)
Determines whether the data represented by the column can be edited.
Declaration
public override bool CanEdit(object item)
Parameters
System.
|
Returns
System.
|
Overrides
CanFilter()
Determines whether the data represented by the column can be filtered by the RadGridView control.
Declaration
public override bool CanFilter()
Returns
System.
|
Overrides
CanGroup()
Determines whether the data represented by the column can be grouped.
Declaration
public override bool CanGroup()
Returns
System.
|
Overrides
CanSort()
Determines whether the data represented by the column can be sorted.
Declaration
public override bool CanSort()
Returns
System.
|
Overrides
CopyPropertiesFrom(GridViewColumn)
Copy properties from source column.
Declaration
public override void CopyPropertiesFrom(GridViewColumn source)
Parameters
Grid
|
Overrides
CreateCellElement(GridViewCell, Object)
Creates the element for the cell in view mode.
Declaration
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
Parameters
Grid
|
System.
|
Returns
System.
|
Overrides
RefreshCellElement(FrameworkElement, DependencyProperty)
Called when cell element needs refresh.
Declaration
protected override void RefreshCellElement(FrameworkElement element, DependencyProperty dependencyProperty)
Parameters
System.
|
System.
|