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


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

    Field Value

    The identifier for the IsOverwrite dependency property.
    See Also