添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
忐忑的保温杯  ·  广东省体育局网站·  7 月前    · 
活泼的草稿本  ·  黑客资讯·  1 年前    · 
欢乐的铁链  ·  雨花阁-薇飞导航·  1 年前    · 
另类的金针菇  ·  FBI调查特朗普女婿 ...·  1 年前    · 

CheckEdit.IsChecked Property

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

Remarks

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