Class PropertyHighlightRange
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Defines a date range highlight with color, start and end date expressions.
public class PropertyHighlightRange : DomItem
- Inheritance
-
PropertyHighlightRange
- Inherited Members
Properties
Color
Gets or sets the highlight color.
public string Color { get; set; }
Property Value
EndDate
Gets or sets the end date expression.
public string EndDate { get; set; }
Property Value
StartDate
Gets or sets the start date expression.
public string StartDate { get; set; }