Search
ResourceViewSettings.RowTitleFormat Property
See Also
 






Gets or sets the string used to format and display resource titles in row headers.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string RowTitleFormat { get; set; }

Visual Basic  Copy Code

Public Property RowTitleFormat As String

 Property Value

A string value.

 See Also