Class UiHideInput
Data Transfer Object for hiding a UI element.
Inherited Members
Namespace: Serenity.Ui.Application.DTO
Assembly: Serenity.Ui.Application.dll
Syntax
public class UiHideInput
Constructors
UiHideInput(string)
Declaration
public UiHideInput(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id |
Fields
Id
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| string | The identifier of the UI element to be hidden. |
Methods
ToString()
Returns a string representation of the UiHideInput.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representing the UiHideInput. |