Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragFillContextMenuItem Class / IsCheckedProperty Field


In This Topic
    IsCheckedProperty Field
    In This Topic
    Defines the IsChecked dependency property which indicates what automatic fill type is applied.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsCheckedProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = DragFillContextMenuItem.IsCheckedProperty
    public static readonly DependencyProperty IsCheckedProperty
    See Also