BucketSchedulerSummaryDescriptor
Namespace: TagBites.WinSchedulers.Descriptors
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Provides information about rows or columns summary in the BucketScheduler.
public class BucketSchedulerSummaryDescriptor : TagBites.WinSchedulers.ComponentModel.ComponentDescriptorInheritance: object → ComponentDescriptor → BucketSchedulerSummaryDescriptor
Constructors
Section titled “Constructors”BucketSchedulerSummaryDescriptor(Type)
Section titled “BucketSchedulerSummaryDescriptor(Type)”Initializes a new instance of the BucketSchedulerSummaryDescriptor class with the specified component type.
public BucketSchedulerSummaryDescriptor(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 text displayed by the the row or column.
TextMember
Section titled “TextMember”Gets or sets the name of the member that returns the displayed text.
public string TextMember { get; set; }Property Value
Section titled “Property Value”A String represents the name of the member that contains the displayed text.