Search
ReportQueryStyleEventArgs.Value Property
See Also
 





Gets the object displayed in the cell whose style is being queried.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.Reporting

 Syntax

C#  Copy Code

public Object Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Object

 Property Value

An instance of the Object class, possibly null (Nothing in Visual Basic).

 See Also