FileDialogEventArgsTitle Property |
|
DataPA OpenAnalytics API Reference
Gets the title of the object that is the source of this file dialog event.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Title { get; }
Public ReadOnly Property Title As String
Get
public:
virtual property String^ Title {
String^ get () sealed;
}
Property Value
Type:
StringThe title of the object that is the source of this file dialog event.
Return Value
Type:
StringThe title of the object that is the source of this file dialog event.
Remarks See Also