Gets or sets whether an editor is checked. This is a dependency property.
Namespace
:
DevExpress.Xpf.Editors
Assembly
:
DevExpress.Xpf.Core.v23.2.dll
NuGet Package
:
DevExpress.Wpf.Core
Declaration
VB.NET
public bool? IsChecked { get; set; }
Public Property IsChecked As Boolean?
Property Value
Description
A check editor supports three states (checked, unchecked and intermediate) if its
CheckEdit.IsThreeState
property is set to
true
. Otherwise, if this property is set to
false
, only checked and unchecked states are supported.
Use the
IsChecked
property to specify the editor’s state. To set the editor to the intermediate state (if supported), set the
IsChecked
property to
null
.
After the
IsChecked
property’s value has been changed, the check editor fires the corresponding event (
CheckEdit.Checked
,
CheckEdit.Unchecked
or
CheckEdit.Indeterminate
).
The following code snippets (auto-collected from
DevExpress Examples
) contain references to the
IsChecked
property.
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
how-to-invoke-the-default-appointment-recurrence-dialog-from-a-custom-edit-appointment-form-e3796/CS/WpfApplication1/CustomAppointmentForm.xaml#L58
EditValue="{Binding Controller.DisplayStartTime, Converter={StaticResource timeSpanToDateTimeConverter}}"
IsEnabled="{Binding ElementName=chkAllDay, Path=IsChecked, Converter={StaticResource ResourceKey=invertedBoolConverter}}">
<dxe:SpinButtonInfo SpinUpCommand="{Binding SpinUpCommand, ElementName=timeStart}"
wpf-scheduler-customize-cell-colors/CS/CustomCellColoring/MainWindow.xaml#L92
Padding="0">
<dxe:CheckEdit Content="Custom Cell Control Style" IsChecked="{Binding UseCustomCellControlStyle, Mode=TwoWay}" HorizontalAlignment="Center" Padding="10" />
<dxe:CheckEdit Content="Custom Resource Brush Schema" IsChecked="{Binding UseResourceBrushSchema, Mode=TwoWay}" HorizontalAlignment="Center" Padding="10" />
how-to-custom-draw-chart-series-points-e4550/CS/CustomDrawChart/MainWindow.xaml#L13
<StackPanel Grid.Row="0" Grid.Column="0">
<dxe:CheckEdit Name="chbCustomDraw" Content="Custom Draw" IsChecked="True"
Checked="chbCustomDraw_Checked" Unchecked="chbCustomDraw_Unchecked" />
wpf-scheduler-highlight-time-intervals/CS/SchedulerCellTemplate/MainWindow.xaml#L16
<dxlc:LayoutControl DockPanel.Dock="Right" Orientation="Vertical" VerticalAlignment="Top" Padding="0" MinWidth="200">
<dxe:CheckEdit Content="Highlight Lunch Hours" IsChecked="{Binding HighlightLunchHours, Mode=TwoWay}" Margin="4,0,0,0"/>
<dxlc:LayoutItem Label="Lunch Start">
wpf-richedit-document-encryption/CS/DXRichEdit_Encryption/MainWindow.xaml#L31
Content="Open resulting file"
IsChecked="True"
Margin="0,20,0,0"/>
See Also
CheckEdit Class
CheckEdit Members
DevExpress.Xpf.Editors Namespace
Use of this site constitutes acceptance of our
Website Terms of Use
and
Privacy Policy (Updated)
.
Cookies Settings