Share via


GanttStyleInfo.FieldKeyRedrawFilter property

Gets or sets a collection that contains the names of the properties that must change to trigger a redraw of the Gantt bars for a given record.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property FieldKeyRedrawFilter As IEnumerable(Of String)
    Get
    Set
'Usage
Dim instance As GanttStyleInfo
Dim value As IEnumerable(Of String)

value = instance.FieldKeyRedrawFilter

instance.FieldKeyRedrawFilter = value
public IEnumerable<string> FieldKeyRedrawFilter { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<String>
An enumerable collection of strings that specify which properties must change to trigger the redraw of Gantt bars.

Remarks

If this filter is not set, all property changes trigger a redraw.

See also

Reference

GanttStyleInfo class

GanttStyleInfo members

Microsoft.SharePoint.JSGrid namespace