Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / FirstDayOfWeekProperty Field


In This Topic
    FirstDayOfWeekProperty Field (GcDateTime)
    In This Topic
    Identifies the FirstDayOfWeek dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly FirstDayOfWeekProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcDateTime.FirstDayOfWeekProperty
    public static readonly DependencyProperty FirstDayOfWeekProperty

    Field Value

    The identifier for the FirstDayOfWeek dependency property.
    See Also