Search Results for

    Show / Hide Table of Contents

    Class DataBarCell

    Represents a data bar field in a List or a Form.

    Inheritance
    System.Object
    DynamicObject
    NamedDynamicObject
    Cell
    DataBarCellBase
    DataBarCell
    Implements
    System.Dynamic.IDynamicMetaObjectProvider
    System.ComponentModel.INotifyPropertyChanged
    TimeCockpit.Common.IWeakEventListener
    Inherited Members
    DataBarCellBase.Minimum
    DataBarCellBase.Maximum
    DataBarCellBase.NumberFormatPattern
    Cell.GetPropertyInfos()
    Cell.ReceiveWeakEvent(Type, Object, EventArgs)
    Cell.Header
    Cell.Foreground
    Cell.Background
    Cell.RowSpan
    Cell.ColSpan
    Cell.MinWidth
    Cell.MaxWidth
    Cell.Width
    Cell.Hyperlink
    Cell.IsVisible
    Cell.IsColumnVisible
    Cell.IsEnabled
    Cell.IsReadOnly
    Cell.LabelPosition
    Cell.AggregateFunction
    Cell.DataType
    NamedDynamicObject.OnPropertyChanged(String)
    NamedDynamicObject.Name
    NamedDynamicObject.PropertyChanged
    DynamicObject.GetMember(String)
    DynamicObject.SetMember(String, Object)
    DynamicObject.GetMetaObject(Expression)
    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 DataBarCell : DataBarCellBase, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener

    Constructors

    DataBarCell()

    Declaration
    public DataBarCell()

    Properties

    BackgroundColor

    Gets or sets the color for positive values.

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

    NegativeValueBackgroundColor

    Gets or sets the color for negative values.

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

    Tooltip

    Gets or sets the maximum length of the input.

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

    Value

    Gets or sets the maximum length of the input.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2020 software architects gmbh