Table of Contents

Method GetRightSideElement

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetRightSideElement()

Retrieves the element displayed on the right side based on the current configuration.

protected virtual object? GetRightSideElement()

Returns

object

An object representing the right-side element. Returns null if no element is configured or if the configuration is unrecognized. Possible return values include:

Remarks

Override this method in a derived class to customize the behavior for determining the right-side element.