Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / HideSelectionProperty Field


In This Topic
    HideSelectionProperty Field
    In This Topic
    Identifies the HideSelection dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly HideSelectionProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = EditBase.HideSelectionProperty
    public static readonly DependencyProperty HideSelectionProperty

    Field Value

    The identifier for the HideSelection dependency property.
    See Also