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.ComponentDescriptorInheritance: object → ComponentDescriptor → BucketSchedulerRowColumnDescriptor
Constructors
Section titled “Constructors”BucketSchedulerRowColumnDescriptor(Type)
Section titled “BucketSchedulerRowColumnDescriptor(Type)”Initializes a new instance of the BucketSchedulerRowColumnDescriptor class with the specified component type.
public BucketSchedulerRowColumnDescriptor(Type componentType)Parameters
Section titled “Parameters”componentTypeType
the type of the component this descriptor is bound to.
Properties
Section titled “Properties”TextDelegate
Section titled “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; }Property Value
Section titled “Property Value”A delegate that returns the the text displayed by the the row or column.
TextMember
Section titled “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; }Property Value
Section titled “Property Value”A String represents the name of the member that contains the text displayed by the the row or column.