WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FloatNumericUpDownStyleProperties - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FloatNumericUpDownStyleProperties

    Defines the properties for FloatNumericUpDown cell.

    Inheritance
    System.Object
    GridStyleInfoCustomProperties
    FloatNumericUpDownStyleProperties
    Inherited Members
    GridStyleInfoCustomProperties.style
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, Type, String)
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, String)
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, String, StyleInfoPropertyOptions)
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, Type, String, StyleInfoPropertyOptions)
    GridStyleInfoCustomProperties.StyleInfo
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class FloatNumericUpDownStyleProperties : GridStyleInfoCustomProperties

    Constructors

    FloatNumericUpDownStyleProperties()

    Initializes a new instance of the FloatNumericUpDownStyleProperties class.

    Declaration
    public FloatNumericUpDownStyleProperties()

    FloatNumericUpDownStyleProperties(GridStyleInfo)

    Initializes a new instance of the FloatNumericUpDownStyleProperties class.

    Declaration
    public FloatNumericUpDownStyleProperties(GridStyleInfo style)
    Parameters
    Type Name Description
    GridStyleInfo style

    Cell style information.

    Properties

    Default

    Gets an access to default values for this type.

    Declaration
    public static FloatNumericUpDownStyleProperties Default { get; }
    Property Value
    Type Description
    FloatNumericUpDownStyleProperties

    FloatNumericUpDownProperties

    Gets or sets the properties of FloatNumericUpDown control.

    Declaration
    public FloatNumericUpDownProperties FloatNumericUpDownProperties { get; set; }
    Property Value
    Type Description
    FloatNumericUpDownProperties

    Methods

    Initialize()

    Force static ctor being called at least once.

    Declaration
    public static void Initialize()

    Operators

    Explicit(GridStyleInfo to FloatNumericUpDownStyleProperties)

    Returns the properties of specified FloatNumericUpDown cell.

    Declaration
    public static explicit operator FloatNumericUpDownStyleProperties(GridStyleInfo style)
    Parameters
    Type Name Description
    GridStyleInfo style

    Cell style information.

    Returns
    Type Description
    FloatNumericUpDownStyleProperties

    The properties for FloatNumericUpDown cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved