Skip to content

EnabledElements Property

Mauricio Jorquera edited this page Nov 15, 2023 · 1 revision

Gets or sets a list of UIElement objects that can be dynamically enabled or disabled based on the state of the IsChecked property.

Syntax

C#

public List<UIElement> EnabledElements { get; set; }

Remarks

The default value is null.

Clone this wiki locally