Class FloatNumericUpDownStyleProperties
Defines the properties for FloatNumericUpDown cell.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
FloatNumericUpDownStyleProperties |
FloatNumericUpDownProperties
Gets or sets the properties of FloatNumericUpDown control.
Declaration
public FloatNumericUpDownProperties FloatNumericUpDownProperties { get; set; }
Property Value
Type |
---|
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. |