BucketSchedulerSummaryDescriptor
Namespace: TagBites.WinSchedulers.Descriptors
Assembly: TagBites.WinSchedulers.dll
Provides information about rows or columns summary in the TagBites.WinSchedulers.BucketScheduler.
public class BucketSchedulerSummaryDescriptor : TagBites.WinSchedulers.ComponentModel.ComponentDescriptor
Constructors
BucketSchedulerSummaryDescriptor(Type)
Initializes a new instance of the TagBites.WinSchedulers.Descriptors.BucketSchedulerSummaryDescriptor class with the specified component type.
public void BucketSchedulerSummaryDescriptor(Type componentType)
Result Type: void
Parameters
Type | Name | |
---|---|---|
Type | componentType | the 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 displayed text.
public string TextMember { get; set; }
Result Type: string