SphinxQLCommandDesignTimeVisible Property

Gets or sets a value indicating whether the command object should be visible in a customized interface control.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool DesignTimeVisible { get; set; }

Property Value

Boolean

Return Value

Boolean
true, if the command object should be visible in a control; otherwise false. The default is true.

See Also