Class ChartItemsPanel
Represents a panel that arranges the items in the row.
Inheritance
System.Object
ChartItemsPanel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Gantt
Assembly: Syncfusion.SfGantt.UWP.dll
Syntax
public class ChartItemsPanel : Canvas, INotifyPropertyChanged
Constructors
ChartItemsPanel()
Initializes a new instance of the ChartItemsPanel class.
Declaration
public ChartItemsPanel()
Fields
ForegroundProperty
Foreground property.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ActualTaskHeight
Gets the ActualTaskHeight.
Declaration
public double ActualTaskHeight { get; }
Property Value
Type |
---|
System.Double |
AllowEditing
Gets a value indicating whether the user can edit the task.
Declaration
public bool AllowEditing { get; }
Property Value
Type |
---|
System.Boolean |
Foreground
Gets the foreground brush value.
Declaration
public Brush Foreground { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Index
Gets the index.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Item
Gets the item rendered in the panel.
Declaration
public TaskDetail Item { get; }
Property Value
Type |
---|
TaskDetail |
ProgressBrush
Gets the ProgressBrush.
Declaration
public Brush ProgressBrush { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
ProgressWidth
Gets the ProgressWidth.
Declaration
public double ProgressWidth { get; }
Property Value
Type |
---|
System.Double |
TaskBrush
Gets the TaskBrush.
Declaration
public Brush TaskBrush { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
TaskHighlightBrush
Gets the path highlight brush.
Declaration
public Brush TaskHighlightBrush { get; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
TaskWidth
Gets the TaskWidth.
Declaration
public double TaskWidth { get; }
Property Value
Type |
---|
System.Double |
Methods
OnApplyTemplate()
Called when template is applied.
Declaration
protected override void OnApplyTemplate()
OnPropertyChanged(String)
Called when [property changed].
Declaration
public void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged