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