FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDateTimeColumn Class / Mode Property

In This Topic
    Mode Property (GridDateTimeColumn)
    In This Topic
    Gets or sets whether the column will show date or time information.
    Syntax
    'Declaration
     
    Public Property Mode As GridDateTimeColumnMode
    public GridDateTimeColumnMode Mode {get; set;}
    See Also