Class TreeGridHyperlinkColumn
Represents a column that displays the URI data in its cells content.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.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 |
---|
Microsoft.UI.Xaml.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 |
---|---|
Microsoft.UI.Xaml.HorizontalAlignment | One of the Microsoft.UI.Xaml.HorizontalAlignment enumeration that specifies the horizontal alignment of the TreeGridHyperlinkColumn. The default is Microsoft.UI.Xaml.HorizontalAlignment.Stretch. |
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 CellTemplate dependency property defined in GridHyperLinkColumn.
Declaration
protected override void OnCellTemplateChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs | e | The Microsoft.UI.Xaml.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()