Interface ICheckable

Namespace
DbExport.Schema
Assembly
DbExport.Api.dll

Represents an item that can be checked or unchecked.

public interface ICheckable

Properties

IsChecked

Gets or sets a value indicating whether the item is checked.

bool IsChecked { get; set; }

Property Value

bool