Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentBase.GetSiblingProperty Method

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

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

Syntax

public TYPE GetSiblingProperty<TYPE>( string property );

Parameters

property

(not specified)

Return Value

(not specified)

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