Bagikan melalui


CheckBoxField.ApplyFormatInEditMode Properti

Definisi

Mengambil alih ApplyFormatInEditMode properti. Properti ini tidak didukung oleh CheckBoxField kelas .

public:
 virtual property bool ApplyFormatInEditMode { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool ApplyFormatInEditMode { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ApplyFormatInEditMode : bool with get, set
Public Overrides Property ApplyFormatInEditMode As Boolean

Nilai Properti

false dalam semua kasus. Properti ini tidak didukung, dan melempar NotSupportedException.

Atribut

Pengecualian

Upaya dilakukan untuk membaca atau menetapkan nilai properti ini.

Keterangan

Properti ApplyFormatInEditMode diwariskan dari BoundField kelas , tetapi tidak berlaku untuk CheckBoxField kelas . Setiap upaya untuk mengakses nilai properti ini akan memberikan System.NotSupportedException pengecualian.

Berlaku untuk

Lihat juga