Class NumberItem
Represents a number item.
Inheritance
System.Object
NumberItem
Inherited Members
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: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class NumberItem : INotifyPropertyChanged
Constructors
NumberItem(String, Color)
Initializes a new instance of the NumberItem class.
Declaration
public NumberItem(string pattern, Color foreground)
Parameters
System.String
pattern
The pattern. |
System.Windows.Media.Color
foreground
The foreground. |
Properties
Foreground
Gets or sets the foreground.
Declaration
public Color Foreground { get; set; }
Property Value
System.Drawing.Color
The foreground. |
Pattern
Gets or sets the pattern.
Declaration
public string Pattern { get; set; }
Property Value
System.String
The pattern. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|