Represents the content of the in document category in the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HyperlinkInDocumentCategoryContent : HyperlinkDialogCategoryContentBase
Inheritance: objectControlBaseHyperlinkDialogCategoryContentBaseHyperlinkInDocumentCategoryContent
Inherited Members
Constructors
Initializes a new instance of the HyperlinkInDocumentCategoryContent class.
public HyperlinkInDocumentCategoryContent()
Fields
CellReferenceProperty
DependencyProperty
Cell reference dependency property.
public static readonly DependencyProperty CellReferenceProperty
SelectedAddressProperty
DependencyProperty
Selected address dependency property.
public static readonly DependencyProperty SelectedAddressProperty
Properties
Gets or sets the cell reference.
public string CellReference { get; set; }
The cell reference.
Gets or sets the selected address.
public string SelectedAddress { get; set; }
The selected address.
Type
HyperlinkType
Gets the type of the link category.
public override HyperlinkType Type { get; }
The type of the link category.
Overrides:
Gets the used cell references.
public ObservableCollection<string> UsedCellReferences { get; }
The used cell references.
Methods
Adds to used items.
public override void AddToUsedItems()
Overrides:
Assigns the properties.
public override void AssignProperties(HyperlinkInfo hyperlinkInfo)
The hyperlink info.
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext(HyperlinkDialogCategoryContext context)
The context.
Overrides:
Gets the address as string.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Sets the default values.
public override void SetDefaultValues()
Overrides: