Class TreeGridHyperlinkColumn
Represents a column that displays the URI data in its cells content.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridHyperlinkColumn : TreeGridTextColumn, IDisposable, IFilterDefinition
Constructors
TreeGridHyperlinkColumn()
Initializes a new instance of TreeGridHyperlinkColumn class.
Declaration
public TreeGridHyperlinkColumn()
Fields
HorizontalAlignmentProperty
Identifies the HorizontalAlignment dependency property.
Declaration
public static readonly DependencyProperty HorizontalAlignmentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Remarks
The identifier for the HorizontalAlignment dependency property.
Properties
HorizontalAlignment
Gets or sets the horizontal alignment of the TreeGridHyperlinkColumn.
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.HorizontalAlignment | One of the System.Windows.HorizontalAlignment enumeration that specifies the horizontal alignment of the TreeGridHyperlinkColumn. The default is System.Windows.HorizontalAlignment. |
Methods
CanEditCell()
Determines whether the TreeGridHyperlinkColumn can be editable.
Declaration
protected override bool CanEditCell()
Returns
Type | Description |
---|---|
System.Boolean | Returns false for the TreeGridHyperlinkColumn . |
Overrides
OnCellTemplateChanged(DependencyPropertyChangedEventArgs)
Invoked when the
Declaration
protected override void OnCellTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The System.Windows.DependencyPropertyChangedEventArgs that contains data for CellTemplate dependency property changes. |
Overrides
Exceptions
Type | Condition |
---|---|
System.NotSupportedException |
UpdateBindingBasedOnAllowEditing()
Updates the binding for the AllowEdit property changes in TreeGridHyperlinkColumn.
Declaration
protected override void UpdateBindingBasedOnAllowEditing()