You are here:
Symbol Reference >
Stimulsoft.Report.WpfDesign Namespace
>
StiDrilldownPageProperty Class
>
StiDrilldownPageProperty Fields
>
ToolTipTextProperty Field
Collapse All
Stimulsoft Reports Class Reference
StiDrilldownPageProperty.ToolTipTextProperty Field
Send Feedback
Syntax
C++
C#
Visual Basic
public
: DependencyProperty
ToolTipTextProperty
= DependencyProperty.Register( "ToolTipText", typeof(string), typeof(
StiDrilldownPageProperty
),
new
FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault));
public
static
readonly
DependencyProperty
ToolTipTextProperty
= DependencyProperty.Register( "ToolTipText",
typeof
(
string
),
typeof
(
StiDrilldownPageProperty
),
new
FrameworkPropertyMetadata(
null
, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault));
Public
static
readonly
ToolTipTextProperty
As
DependencyProperty = DependencyProperty.Register( "ToolTipText",
typeof
(
string
),
typeof
(
StiDrilldownPageProperty
),
new
FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault))
Remarks
This is ToolTipTextProperty, a member of class StiDrilldownPageProperty.
Made with
Doc-O-Matic
.
What do you think about this topic?
Send feedback!
Copyright (c) 2017. All rights reserved.