Skip to content

BindableChild

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

BindableChild class

Description

Add the ability to set a child to an object via WPF binding.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.BindableChild[[BindableChild]]
  end
Loading

Members

Methods

Public Static methods

Returns Name
UIElement GetBindableChild(DependencyObject obj)
Get the bindable child element for this object.
void SetBindableChild(DependencyObject obj, UIElement value)
Set the bindable child element for this object.

Details

Summary

Add the ability to set a child to an object via WPF binding.

Constructors

BindableChild

public BindableChild()

Methods

GetBindableChild

public static UIElement GetBindableChild(DependencyObject obj)
Arguments
Type Name Description
DependencyObject obj
Summary

Get the bindable child element for this object.

Returns

SetBindableChild

public static void SetBindableChild(DependencyObject obj, UIElement value)
Arguments
Type Name Description
DependencyObject obj
UIElement value
Summary

Set the bindable child element for this object.

Generated with ModularDoc

Clone this wiki locally