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