API Documentation

BucketSchedulerRowColumnDescriptor

Namespace: TagBites.WinSchedulers.Descriptors
Assembly: TagBites.WinSchedulers.dll

Provides information about rows or columns in the TagBites.WinSchedulers.BucketScheduler.

public class BucketSchedulerRowColumnDescriptor : TagBites.WinSchedulers.ComponentModel.ComponentDescriptor

Constructors

BucketSchedulerRowColumnDescriptor(Type)

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

public void BucketSchedulerRowColumnDescriptor(Type componentType)

Result Type: void

Parameters

TypeName
TypecomponentTypethe type of the component this descriptor is bound to.

Properties

TextDelegate

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; }

Result Type: Func<object,string>

TextMember

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

public string TextMember { get; set; }

Result Type: string