Class LinkButtonColumn
Represents a column in a Telerik.Windows.Controls.GridViewDataColumn that displays a button with a link style.
public class LinkButtonColumn : GridViewDataColumn, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
- Inheritance
-
GridViewColumnGridViewBoundColumnBaseGridViewDataColumnLinkButtonColumn
- Implements
-
IDataFieldDescriptorIFieldDescriptorIExportableColumn
- Extension Methods
Fields
- BackgroundValueConverterBindingPathProperty
Identifies the BackgroundValueConverterBindingPath dependency property.
- BackgroundValueConverterProperty
Identifies the BackgroundValueConverter dependency property.
- CommandProperty
Identifies the Command dependency property.
- ForegroundValueConverterBindingPathProperty
Identifies the ForegroundValueConverterBindingPath dependency property.
- ForegroundValueConverterProperty
Identifies the ForegroundValueConverter dependency property.
- TextProperty
Identifies the Text dependency property.
Properties
- BackgroundValueConverter
Gets or sets the value converter for the background color of the button.
- BackgroundValueConverterBindingPath
Gets or sets the binding path for the background value converter.
- Command
Gets or sets the command to be executed when the button is clicked.
- ForegroundValueConverter
Gets or sets the value converter for the foreground color of the button.
- ForegroundValueConverterBindingPath
Gets or sets the binding path for the foreground value converter.
- Text
Gets or sets the text to be displayed on the button.
Methods
- CreateCellElement(GridViewCell, object)
Creates the cell element for the column.