Skip to content
Auto
Products

BucketSchedulerRowColumnDescriptor

Namespace: TagBites.WinSchedulers.Descriptors
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

Provides information about rows or columns in the BucketScheduler.

public class BucketSchedulerRowColumnDescriptor : TagBites.WinSchedulers.ComponentModel.ComponentDescriptor

Inheritance: object → ComponentDescriptor → BucketSchedulerRowColumnDescriptor

Initializes a new instance of the BucketSchedulerRowColumnDescriptor class with the specified component type.

public BucketSchedulerRowColumnDescriptor(Type componentType)
  • componentType Type
    the type of the component this descriptor is bound to.

Gets or sets the delegate encapsulating a method that returns the text displayed by the the row or column.

public Func<object, string> TextDelegate { get; set; }

Func<object, string>

A delegate that returns the the text displayed by the the row or column.

Gets or sets the name of the member that returns the text displayed by the the row or column.

public string TextMember { get; set; }

string

A String represents the name of the member that contains the text displayed by the the row or column.