Class BooleanRadioButtonCell
Inheritance
System.Object
BooleanRadioButtonCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
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: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class BooleanRadioButtonCell : BooleanCell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
BooleanRadioButtonCell()
Initializes a new instance of the BooleanRadioButtonCell class.
Declaration
public BooleanRadioButtonCell()
Properties
FalseText
Gets or sets the text for false values.
Declaration
public string FalseText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NullText
Gets or sets the text for null values.
Declaration
public string NullText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrueText
Gets or sets the text for true values.
Declaration
public string TrueText { get; set; }
Property Value
Type | Description |
---|---|
System.String |