Class GridHyperlinkColumn
Represents a column that displays the URI data in its cells content.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridHyperlinkColumn : GridTextColumn, IDisposable, INotifyDependencyPropertyChanged, IFilterDefinition
Constructors
GridHyperlinkColumn()
Initializes a new instance of GridHyperlinkColumn class.
Declaration
public GridHyperlinkColumn()
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 GridHyperLinkColumn.
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 GridHyperLinkColumn. The default value is Microsoft.UI.Xaml.HorizontalAlignment.Stretch. |
Methods
CanEditCell(Int32)
Determines whether the GridHyperLinkColumn can be editable.
Declaration
protected override bool CanEditCell(int rowIndex = -1)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex |
Returns
Type | Description |
---|---|
System.Boolean | Returns false for the GridHyperLinkColumn . |
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 GridHyperLinkColumn.
Declaration
protected override void UpdateBindingBasedOnAllowEditing()