Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentBase.TryGetSiblingProperty Method

Retrieves a sibling property. Used to extract related properties from container, which typically are used for additional component customization.

Class: YetaWF.Core.Components.YetaWFComponentBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public bool TryGetSiblingProperty<TYPE>(
    string property,
    out TYPE?? value );

Parameters

property

(not specified)

value

(not specified)

Return Value

(not specified)

See Also YetaWF.Core.Components.YetaWFComponentBase ClassYetaWF.Core Overview