menu

UWP

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

    Show / Hide Table of Contents

    Class GridDateTimeEditStyleInfo

    Provides a StyleInfoSubObjectBase object for updowncellstyles settings in a cell. Each numericcell style property of the cell can be configured individually.

    numericcell style properties thathave not been initialized will inherit default values from a base style.

    Inheritance
    System.Object
    StyleInfoBase
    StyleInfoSubObjectBase
    GridDateTimeEditStyleInfo
    Implements
    IStyleInfo
    ISupportInitialize
    System.IFormattable
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    System.IDisposable
    Inherited Members
    StyleInfoBase.add_Changed(StyleChangedEventHandler)
    StyleInfoBase.add_Changing(StyleChangedEventHandler)
    StyleInfoBase.BeginInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.CacheValues
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    StyleInfoBase.ClearCache()
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)
    StyleInfoBase.Dispose()
    StyleInfoBase.EndInit()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.GetSchema()
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.Identity
    StyleInfoBase.IsChanged
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.remove_Changed(StyleChangedEventHandler)
    StyleInfoBase.remove_Changing(StyleChangedEventHandler)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.Store
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.Updating
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.Owner
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.SubObjectIdentity
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridDateTimeEditStyleInfo : StyleInfoSubObjectBase, IStyleInfo, ISupportInitialize, IFormattable, IXmlSerializable, IStyleInfoSubObject, IDisposable

    Constructors

    GridDateTimeEditStyleInfo()

    Initialize the

    Declaration
    public GridDateTimeEditStyleInfo()

    GridDateTimeEditStyleInfo(StyleInfoSubObjectIdentity)

    Initalizes a new GridFontInfo object and associates it with an existing .

    Declaration
    public GridDateTimeEditStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A that holds the indentity for this GridFontInfo.

    GridDateTimeEditStyleInfo(StyleInfoSubObjectIdentity, GridDateTimeEditStyleInfoStore)

    Initalizes a new GridFontInfo object and associates it with an existing .

    Declaration
    public GridDateTimeEditStyleInfo(StyleInfoSubObjectIdentity identity, GridDateTimeEditStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A that holds the indentity for this GridFontInfo.

    A GridFontInfoStore that holds data for this GridFontInfo. All changes in this style object will saved in the GridFontInfoStore object.
    GridDateTimeEditStyleInfoStore store

    Properties

    AccentBrush

    Gets or sets the color of the datetime control.

    Declaration
    public SolidColorBrush AccentBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.SolidColorBrush

    AllowInlineEditing

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

    Default

    Declaration
    public GridDateTimeEditStyleInfo Default { get; }
    Property Value
    Type
    GridDateTimeEditStyleInfo

    DropDownHeight

    gets or sets the height of the datetime dropdownwindow.

    Declaration
    public double DropDownHeight { get; set; }
    Property Value
    Type
    System.Double

    Format

    Gets or sets Datetime format.

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

    InputScope

    You can set the input scope of the on-screen keyboard by using the InputScope property

    Declaration
    public InputScopeNameValue InputScope { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Input.InputScopeNameValue

    IsDropDownOpen

    If True the dropdown is open else not

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

    MaxDate

    Gets or sets the Maximum date.

    Declaration
    public DateTime MaxDate { get; set; }
    Property Value
    Type
    System.DateTime

    MinDate

    gets or sets the minimum date.

    Declaration
    public DateTime MinDate { get; set; }
    Property Value
    Type
    System.DateTime

    SelectorFormatString

    The item size in the SfDateSelector control can be changed by setting the SelectorItemWidth.

    Declaration
    public object SelectorFormatString { get; set; }
    Property Value
    Type
    System.Object

    SelectorItemCount

    The SelectorItemCount property is used to specify the number of items to be used in SfDateSelector.

    Declaration
    public int SelectorItemCount { get; set; }
    Property Value
    Type
    System.Int32

    SelectorItemSpacing

    Gets or sets the selectoritem spacing.

    Declaration
    public double SelectorItemSpacing { get; set; }
    Property Value
    Type
    System.Double

    ShowDrowpDownButton

    If true then dropdownbutton is open else not.

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

    Methods

    Dispose(Boolean)

    Releases the all resources used by the Component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Dispose the instance, if it is True

    Overrides
    StyleInfoSubObjectBase.Dispose(Boolean)

    GetDefaultStyle()

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type
    StyleInfoBase
    Overrides
    StyleInfoBase.GetDefaultStyle()

    MakeCopy(StyleInfoBase, StyleInfoProperty)

    Declaration
    public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase newOwner
    StyleInfoProperty sip
    Returns
    Type
    IStyleInfoSubObject
    Overrides
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)

    Implements

    IStyleInfo
    ISupportInitialize
    System.IFormattable
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    System.IDisposable

    Extension Methods

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