menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableGridTimeSpanColumn - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableGridTimeSpanColumn

    Represents a class that is used to serialize and deserialize GridTimeSpanColumn property settings.

    Inheritance
    System.Object
    SerializableGridColumn
    SerializableGridTimeSpanColumn
    Inherited Members
    SerializableGridColumn.AllowBlankFilters
    SerializableGridColumn.AllowDragging
    SerializableGridColumn.AllowEditing
    SerializableGridColumn.AllowFiltering
    SerializableGridColumn.AllowFocus
    SerializableGridColumn.AllowGrouping
    SerializableGridColumn.AllowResizing
    SerializableGridColumn.AllowSorting
    SerializableGridColumn.ColumnFilter
    SerializableGridColumn.ColumnMemberType
    SerializableGridColumn.ColumnSizer
    SerializableGridColumn.DataGrid
    SerializableGridColumn.FilteredFrom
    SerializableGridColumn.FilterRowCondition
    SerializableGridColumn.FilterRowEditorType
    SerializableGridColumn.FilterRowOptionsVisibility
    SerializableGridColumn.FilterRowText
    SerializableGridColumn.GridValidationMode
    SerializableGridColumn.HeaderText
    SerializableGridColumn.HorizontalHeaderContentAlignment
    SerializableGridColumn.ImmediateUpdateColumnFilter
    SerializableGridColumn.IsAutoGenerated
    SerializableGridColumn.IsCaseSensitiveFilterRow
    SerializableGridColumn.IsHidden
    SerializableGridColumn.KnownTypes()
    SerializableGridColumn.MappingName
    SerializableGridColumn.MaximumWidth
    SerializableGridColumn.MinimumWidth
    SerializableGridColumn.Padding
    SerializableGridColumn.SetCellBoundToolTip
    SerializableGridColumn.SetCellBoundValue
    SerializableGridColumn.ShowHeaderToolTip
    SerializableGridColumn.ShowToolTip
    SerializableGridColumn.TextAlignment
    SerializableGridColumn.UpdateTrigger
    SerializableGridColumn.UseBindingValue
    SerializableGridColumn.Width
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class SerializableGridTimeSpanColumn : SerializableGridColumn

    Constructors

    SerializableGridTimeSpanColumn()

    Declaration
    public SerializableGridTimeSpanColumn()

    Properties

    AllowNull

    Gets or sets a value that indicates whether the null values are allowed in SerializableGridTimeSpanColumn.

    Declaration
    public bool AllowNull { get; set; }
    Property Value
    Type
    System.Boolean

    AllowScrollingOnCircle

    Gets or sets a value that indicates whether the user can rotate the cell values using mouse wheel or up and down arrow key.

    Declaration
    public bool AllowScrollingOnCircle { get; set; }
    Property Value
    Type
    System.Boolean

    Format

    Gets or sets a string that specifies how to format the time span value.

    Declaration
    public string Format { get; set; }
    Property Value
    Type
    System.String

    MaxValue

    Gets or sets the maximum value allowed for SerializableGridTimeSpanColumn.

    Declaration
    public TimeSpan MaxValue { get; set; }
    Property Value
    Type
    System.TimeSpan

    MinValue

    Gets or sets the minimum value allowed for SerializableGridTimeSpanColumn.

    Declaration
    public TimeSpan MinValue { get; set; }
    Property Value
    Type
    System.TimeSpan

    NullText

    Gets or sets a string that is displayed instead of null value if the cell value contains null in SerializableGridTimeSpanColumn.

    Declaration
    public string NullText { get; set; }
    Property Value
    Type
    System.String

    ShowArrowButtons

    Gets or sets a value that indicates whether a arrow button control is used to adjust the time span value.

    Declaration
    public bool ShowArrowButtons { get; set; }
    Property Value
    Type
    System.Boolean

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved